]> git.0d.be Git - empathy.git/blobdiff - tests/empathy-live-search-test.c
live-search: move from Empathy to tp-account-widgets
[empathy.git] / tests / empathy-live-search-test.c
index 10f0346f32db591bedd1c387319d2cf91de643be..2fb3e48db68adddcb4ca816456f0e21bd42d637c 100644 (file)
@@ -3,8 +3,8 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <tp-account-widgets/tpaw-live-search.h>
 
-#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,