]> git.0d.be Git - empathy.git/commitdiff
tests: port to new tp-glib account API
authorJonny Lamb <jonnylamb@gnome.org>
Sat, 24 Oct 2009 18:06:55 +0000 (19:06 +0100)
committerJonny Lamb <jonnylamb@gnome.org>
Sat, 24 Oct 2009 18:06:55 +0000 (19:06 +0100)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
tests/check-empathy-helpers.c
tests/check-empathy-helpers.h

index 5fb8b4a35c6d6e9eecfaa1a338859f65ea82047a..d176d0abee261ade35b06c5e85227a1db848ef83 100644 (file)
@@ -24,7 +24,7 @@
 #include <gconf/gconf.h>
 #include <gconf/gconf-client.h>
 
-#include <libempathy/empathy-account-manager.h>
+#include <telepathy-glib/account-manager.h>
 
 #include "check-helpers.h"
 #include "check-empathy-helpers.h"
index 5544b80aa7f4ebe3d00939323393407a3920fe1c..665e7e2564373318deb1517532300921468cb1ba 100644 (file)
 #define __CHECK_EMPATHY_HELPERS_H__
 
 #include <glib.h>
-#include <libempathy/empathy-account.h>
+
+#include <telepathy-glib/account.h>
 
 gchar * get_xml_file (const gchar *filename);
 gchar * get_user_xml_file (const gchar *filename);
 void copy_xml_file (const gchar *orig, const gchar *dest);
-EmpathyAccount * get_test_account (void);
-void destroy_test_account (EmpathyAccount *account);
+TpAccount * get_test_account (void);
+void destroy_test_account (TpAccount *account);
 
 #endif /* #ifndef __CHECK_EMPATHY_HELPERS_H__ */