[Telepathy-commits] [telepathy-salut/master] check-node-properties: include check-gibber and fix code/declaration

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Sat Dec 13 05:20:53 PST 2008


---
 tests/check-node-properties.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/check-node-properties.c b/tests/check-node-properties.c
index c49081e..687686d 100644
--- a/tests/check-node-properties.c
+++ b/tests/check-node-properties.c
@@ -31,6 +31,7 @@
 
 #include <check.h>
 #include "check-helpers.h"
+#include "check-gibber.h"
 
 static GibberXmppStanza*
 create_sample_stanza (void)
@@ -244,10 +245,11 @@ END_TEST
 TCase *
 make_salut_gibber_xmpp_node_properties_tcase (void)
 {
+  TCase *tc = tcase_create ("XMPP Node");
+
   /* to initiate D-Bus types */
   dbus_g_bus_get (DBUS_BUS_STARTER, NULL);
 
-  TCase *tc = tcase_create ("XMPP Node");
   tcase_add_test (tc, test_extract_properties);
   tcase_add_test (tc, test_add_children_from_properties);
   return tc;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list