[gnome-software] trivial: Fix up the flatpak tests now we correctly add kudos



commit 68a7f357b0d00ac8166e31bfa1ceb807358a73bb
Author: Richard Hughes <richard hughsie com>
Date:   Mon Nov 21 16:25:13 2016 +0000

    trivial: Fix up the flatpak tests now we correctly add kudos

 src/gs-self-test.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-self-test.c b/src/gs-self-test.c
index 724266e..3f2a494 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -1074,6 +1074,7 @@ gs_plugin_loader_flatpak_func (GsPluginLoader *plugin_loader)
        g_assert_cmpint (gs_app_get_state (app), ==, AS_APP_STATE_AVAILABLE);
        g_assert_cmpint ((gint64) gs_app_get_kudos (app), ==,
                         GS_APP_KUDO_HAS_KEYWORDS |
+                        GS_APP_KUDO_HI_DPI_ICON |
                         GS_APP_KUDO_SANDBOXED_SECURE |
                         GS_APP_KUDO_SANDBOXED);
        g_assert_cmpstr (gs_app_get_origin_hostname (app), ==, "");


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