From 406dc1041ff2d0575e43bb0c320a072d29e4af79 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Thu, 9 May 2013 13:44:04 +0100 Subject: live-search: move from Empathy to tp-account-widgets https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tests/empathy-live-search-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/empathy-live-search-test.c') diff --git a/tests/empathy-live-search-test.c b/tests/empathy-live-search-test.c index 10f0346f3..2fb3e48db 100644 --- a/tests/empathy-live-search-test.c +++ b/tests/empathy-live-search-test.c @@ -3,8 +3,8 @@ #include #include #include +#include -#include "empathy-live-search.h" #include "test-helper.h" #define DEBUG_FLAG EMPATHY_DEBUG_TESTS @@ -57,7 +57,7 @@ test_live_search (void) gboolean match; gboolean ok; - match = empathy_live_search_match_string (tests[i].string, tests[i].prefix); + match = tpaw_live_search_match_string (tests[i].string, tests[i].prefix); ok = (match == tests[i].should_match); DEBUG ("'%s' - '%s' %s: %s", tests[i].string, tests[i].prefix, -- cgit v1.2.3