summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-11-14 20:56:25 +0000
committerRichard Hughes <richard@hughsie.com>2016-11-14 20:56:25 +0000
commita664076c3cc855935de7148947ebe8f707d55594 (patch)
tree67dfc0d11bcce7479fddd1acbcfd0dca92a47dba
parent67767c4d9b7add6e106629e97cc2fe89aea1c0be (diff)
downloadappstream-glib-a664076c3cc855935de7148947ebe8f707d55594.tar.gz
trivial: Fix the self tests now we're stemming the tag cache
-rw-r--r--libappstream-glib/as-self-test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libappstream-glib/as-self-test.c b/libappstream-glib/as-self-test.c
index b5511d5..b8bbf16 100644
--- a/libappstream-glib/as-self-test.c
+++ b/libappstream-glib/as-self-test.c
@@ -2724,11 +2724,7 @@ as_test_app_search_func (void)
g_assert_cmpint (as_app_search_matches (app, "software"), ==, 96);
g_assert_cmpint (as_app_search_matches (app, "soft"), ==, 24);
-#ifdef HAVE_LIBSTEMMER
- g_assert_cmpint (as_app_search_matches (app, "installing"), ==, 32);
-#else
g_assert_cmpint (as_app_search_matches (app, "install"), ==, 32);
-#endif
g_assert_cmpint (as_app_search_matches (app, "awesome"), ==, 128);
g_assert_cmpint (as_app_search_matches (app, "c++"), ==, 128);
g_assert_cmpint (as_app_search_matches (app, "d-feet"), ==, 128);