[gnome-software] trivial: Fix repos self test



commit 638571d54a5df5d949c57d5b7e3fe3e19a14b1aa
Author: Kalev Lember <klember redhat com>
Date:   Fri Mar 15 19:14:41 2019 +0100

    trivial: Fix repos self test
    
    This broke in commit 482edbb.

 plugins/repos/gs-self-test.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plugins/repos/gs-self-test.c b/plugins/repos/gs-self-test.c
index e73bc4d7..236cb3fa 100644
--- a/plugins/repos/gs-self-test.c
+++ b/plugins/repos/gs-self-test.c
@@ -22,6 +22,7 @@ gs_plugins_repos_func (GsPluginLoader *plugin_loader)
        /* get the extra bits */
        app = gs_app_new ("testrepos.desktop");
        gs_app_set_origin (app, "utopia");
+       gs_app_set_bundle_kind (app, AS_BUNDLE_KIND_PACKAGE);
        plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_REFINE,
                                         "app", app,
                                         "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_ORIGIN_HOSTNAME,


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