summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-01-15 15:46:03 +0000
committerRichard Hughes <richard@hughsie.com>2016-01-17 09:10:04 +0000
commit2fbd464a991cda5db10b9e9f8fd1bdd367d638ba (patch)
tree5404f8e6990e1ccf09b76901f40ac2a5e62db0c8
parent0395e6656832e61c660e85422a940949a2fa74f8 (diff)
downloadappstream-glib-2fbd464a991cda5db10b9e9f8fd1bdd367d638ba.tar.gz
trivial: Fix self tests after the xdg-app fixes
-rw-r--r--libappstream-builder/asb-self-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index 91a2f6b..61db8d9 100644
--- a/libappstream-builder/asb-self-test.c
+++ b/libappstream-builder/asb-self-test.c
@@ -291,9 +291,8 @@ asb_test_plugin_loader_func (void)
/* get the list of globs */
globs = asb_plugin_loader_get_globs (loader);\
- g_assert_cmpint (globs->len, >=, 40);
+ g_assert_cmpint (globs->len, >=, 20);
g_assert_cmpstr (asb_glob_value_search (globs, "/usr/share/applications/gimp.desktop"), ==, "");
- g_assert_cmpstr (asb_glob_value_search (globs, "/files/share/applications/gimp.desktop"), ==, "");
g_assert_cmpstr (asb_glob_value_search (globs, "/srv/dave.txt"), ==, NULL);
/* get the list of plugins */