From a664076c3cc855935de7148947ebe8f707d55594 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 14 Nov 2016 20:56:25 +0000 Subject: trivial: Fix the self tests now we're stemming the tag cache --- libappstream-glib/as-self-test.c | 4 ---- 1 file changed, 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); -- cgit v1.2.1