[grilo] tests: Adapted to changes in grl_plugin_registry_load_all
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] tests: Adapted to changes in grl_plugin_registry_load_all
- Date: Mon, 20 Dec 2010 11:13:22 +0000 (UTC)
commit 88a7f5fcebe68fd1b371856f1121d29f5a38b547
Author: Iago Toral Quiroga <itoral igalia com>
Date: Mon Dec 20 09:41:24 2010 +0100
tests: Adapted to changes in grl_plugin_registry_load_all
tests/metadata_source.c | 2 +-
tests/registry.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/metadata_source.c b/tests/metadata_source.c
index cb009a0..6429567 100644
--- a/tests/metadata_source.c
+++ b/tests/metadata_source.c
@@ -66,7 +66,7 @@ load_metadata_sources ()
g_test_log_set_fatal_handler (registry_load_error_handler, NULL);
#endif
- if (!grl_plugin_registry_load_all (reg))
+ if (!grl_plugin_registry_load_all (reg, NULL))
return false;
keys = grl_plugin_registry_get_metadata_keys (reg);
diff --git a/tests/registry.c b/tests/registry.c
index 4d9ce1b..af55072 100644
--- a/tests/registry.c
+++ b/tests/registry.c
@@ -85,7 +85,7 @@ registry_load (RegistryFixture *fixture, gconstpointer data)
{
gboolean res;
- res = grl_plugin_registry_load_all (fixture->registry);
+ res = grl_plugin_registry_load_all (fixture->registry, NULL);
g_assert_cmpint (res, ==, TRUE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]