From b0498627b30ef56e1c3facec9b8686d587ff2467 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 2 Oct 2012 14:16:21 +0100 Subject: [PATCH] do not commit: pidgin log store searches match tags --- tests/dbus/test-tpl-log-store-pidgin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c index 6bf99d7..3112c84 100644 --- a/tests/dbus/test-tpl-log-store-pidgin.c +++ b/tests/dbus/test-tpl-log-store-pidgin.c @@ -286,7 +286,7 @@ test_search_new (PidginTestCaseFixture *fixture, /* empty search */ l = _tpl_log_store_search_new (TPL_LOG_STORE (fixture->store), - "I do not exist in this log store data base!", + "font", TPL_EVENT_MASK_ANY); g_assert_cmpint (g_list_length (l), ==, 0); -- 1.7.10.4