[gnome-software] Fix the self test to build



commit 06d7c2882657d3ba66f5e15724bfc676e7a0f575
Author: Kalev Lember <kalevlember gmail com>
Date:   Thu Apr 2 10:29:02 2015 +0200

    Fix the self test to build
    
    Update for the API changes in commit 24e3a85.

 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 58ba650..b92211a 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -391,7 +391,7 @@ gs_plugin_loader_func (void)
        ret = gs_plugin_loader_set_enabled (loader, "notgoingtoexist", TRUE);
        g_assert (!ret);
 
-       list = gs_plugin_loader_get_popular (loader, GS_PLUGIN_REFINE_FLAGS_DEFAULT, NULL, NULL, NULL, 
&error);
+       list = gs_plugin_loader_get_popular (loader, GS_PLUGIN_REFINE_FLAGS_DEFAULT, NULL, &error);
        g_assert_no_error (error);
        g_assert (list != NULL);
        g_assert_cmpint (_status_changed_cnt, ==, 1);


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