[grilo] update tests for grl_registry_load_all_plugins API change



commit efd52bb9bda14863fdd475d63ef56ea4a66d3037
Author: Olav Vitters <olav vitters nl>
Date:   Tue Dec 15 22:20:35 2015 +0100

    update tests for grl_registry_load_all_plugins API change

 tests/registry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/registry.c b/tests/registry.c
index 0326597..f48bccc 100644
--- a/tests/registry.c
+++ b/tests/registry.c
@@ -81,7 +81,7 @@ registry_load (RegistryFixture *fixture, gconstpointer data)
 {
   gboolean res;
 
-  res = grl_registry_load_all_plugins (fixture->registry, NULL);
+  res = grl_registry_load_all_plugins (fixture->registry, TRUE, NULL);
   g_assert_cmpint (res, ==, TRUE);
 }
 


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