[gnome-software/wip/async-plugin-repo-funcs: 27/40] flatpak: Replace GS_PLUGIN_ACTION_ENABLE_REPO job with manage repository job in tests




commit b5303926cf7f5e775d59b572b67de91ea14b855a
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 14 15:49:12 2022 +0200

    flatpak: Replace GS_PLUGIN_ACTION_ENABLE_REPO job with manage repository job in tests

 plugins/flatpak/gs-self-test.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/flatpak/gs-self-test.c b/plugins/flatpak/gs-self-test.c
index c02f7337b..e427cc9e6 100644
--- a/plugins/flatpak/gs-self-test.c
+++ b/plugins/flatpak/gs-self-test.c
@@ -217,9 +217,9 @@ gs_plugins_flatpak_repo_func (GsPluginLoader *plugin_loader)
 
        /* enable repo */
        g_object_unref (plugin_job);
-       plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_ENABLE_REPO,
-                                        "app", app,
-                                        NULL);
+       plugin_job = gs_plugin_job_manage_repository_new (app,
+                                                         GS_PLUGIN_MANAGE_REPOSITORY_OPERATION_ENABLE,
+                                                         GS_PLUGIN_MANAGE_REPOSITORY_FLAGS_NONE);
        ret = gs_plugin_loader_job_action (plugin_loader, plugin_job, NULL, &error);
        gs_test_flush_main_context ();
        g_assert_no_error (error);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]