]> git.0d.be Git - empathy.git/commitdiff
Call empathy_init() from test_init()
authorXavier Claessens <xclaesse@gmail.com>
Tue, 24 Nov 2009 13:31:13 +0000 (14:31 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Tue, 24 Nov 2009 17:29:45 +0000 (18:29 +0100)
tests/test-helper.c

index 8b6cc2937cf8f34ba34a047916062d69c117bb82..5595d8ee04997e3c1f2f039af29b46e64f43058d 100644 (file)
@@ -21,6 +21,8 @@
 #include <glib.h>
 #include <glib-object.h>
 
+#include <libempathy/empathy-utils.h>
+
 #include "test-helper.h"
 
 void
@@ -28,7 +30,7 @@ test_init (int argc,
     char **argv)
 {
   g_test_init (&argc, &argv, NULL);
-  g_type_init ();
+  empathy_init ();
 }
 
 void