[gnome-software/wip/kalev/gnome-3-22: 15/96] trivial: Fix up the flatpak tests after 31f6be



commit 73f0b8e0eb40540b594723c50d7e99dd61a0853b
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 21 16:24:07 2016 +0000

    trivial: Fix up the flatpak tests after 31f6be

 src/gs-self-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-self-test.c b/src/gs-self-test.c
index c760aef..06540d6 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -1018,7 +1018,7 @@ gs_plugin_loader_flatpak_func (GsPluginLoader *plugin_loader)
        gs_app_set_kind (app_source, AS_APP_KIND_SOURCE);
        gs_app_set_management_plugin (app_source, "flatpak-user");
        gs_app_set_state (app_source, AS_APP_STATE_AVAILABLE);
-       gs_app_set_url (app_source, AS_URL_KIND_HOMEPAGE, testdir_repourl);
+       gs_app_set_metadata (app_source, "flatpak::url", testdir_repourl);
        ret = gs_plugin_loader_app_action (plugin_loader, app_source,
                                           GS_PLUGIN_ACTION_INSTALL,
                                           NULL,


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