From 2fc34dbe48ff603b99b6e56ce4ea94d6a3a8c450 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 24 Nov 2009 14:31:13 +0100 Subject: Call empathy_init() from test_init() --- tests/test-helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-helper.c b/tests/test-helper.c index 8b6cc2937..5595d8ee0 100644 --- a/tests/test-helper.c +++ b/tests/test-helper.c @@ -21,6 +21,8 @@ #include #include +#include + #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 -- cgit v1.2.3