[next] telepathy-glib: test-log-manager: don't use tp_tests_run_with_bus() , we have our own GTestDBus

Simon McVittie smcv at kemper.freedesktop.org
Wed Mar 19 13:00:51 PDT 2014


Module: telepathy-glib
Branch: next
Commit: c51f2ee53f2743b9363fe9b8f9a293e0cea97dc3
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=c51f2ee53f2743b9363fe9b8f9a293e0cea97dc3

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Mar 18 16:46:26 2014 +0000

test-log-manager: don't use tp_tests_run_with_bus(), we have our own GTestDBus

Reviewed-by: Xavier Claessens

---

 tests/logger/dbus/test-log-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/logger/dbus/test-log-manager.c b/tests/logger/dbus/test-log-manager.c
index ae14a53..5986e9e 100644
--- a/tests/logger/dbus/test-log-manager.c
+++ b/tests/logger/dbus/test-log-manager.c
@@ -804,7 +804,7 @@ main (int argc, char **argv)
       TestCaseFixture, params,
       setup_for_writing, test_ignorelist, teardown);
 
-  retval = tp_tests_run_with_bus ();
+  retval = g_test_run ();
 
   g_list_free_full (l, (GDestroyNotify) g_hash_table_unref);
 



More information about the telepathy-commits mailing list