summaryrefslogtreecommitdiff
path: root/tests/dbus/contact-lists.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-11 16:31:56 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-09-26 08:15:13 -0400
commitbfb21c309bcae17f74a27ac9435b4cbbdf1be767 (patch)
tree33eb161869b045a8000d932d298853925b556372 /tests/dbus/contact-lists.c
parentd6c2580681fa9e84b6375331babef7f4e3962875 (diff)
Port unit tests to g_test_dbus_up/down
https://bugs.freedesktop.org/show_bug.cgi?id=55761
Diffstat (limited to 'tests/dbus/contact-lists.c')
-rw-r--r--tests/dbus/contact-lists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/contact-lists.c b/tests/dbus/contact-lists.c
index b97e69371..f072ef7e6 100644
--- a/tests/dbus/contact-lists.c
+++ b/tests/dbus/contact-lists.c
@@ -2906,5 +2906,5 @@ main (int argc,
g_test_add ("/contact-lists/download",
Test, NULL, setup, test_download_contacts, teardown);
- return g_test_run ();
+ return tp_tests_run_with_bus ();
}