]> git.0d.be Git - empathy.git/blobdiff - tests/empathy-live-search-test.c
remove released flag
[empathy.git] / tests / empathy-live-search-test.c
index 4428e3c3273e80d432c50c21890ecab732c608e4..2fb3e48db68adddcb4ca816456f0e21bd42d637c 100644 (file)
@@ -3,13 +3,12 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <tp-account-widgets/tpaw-live-search.h>
 
 #include "test-helper.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_TESTS
-#include "libempathy/empathy-debug.h"
-
-#include "libempathy-gtk/empathy-live-search.h"
+#include "empathy-debug.h"
 
 typedef struct
 {
@@ -58,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,