From db0c143ebf5592bd58670fba4951ffab3e859403 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 5 Mar 2012 19:18:49 +0000 Subject: [PATCH 02/10] tests/dbus/cm: actually run the test that lists connection managers It turns out this was my fault, back in 2009. Oops. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46358 Signed-off-by: Simon McVittie --- tests/dbus/cm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/dbus/cm.c b/tests/dbus/cm.c index bab6051..596aab3 100644 --- a/tests/dbus/cm.c +++ b/tests/dbus/cm.c @@ -1093,6 +1093,7 @@ test_list (Test *test, { tp_list_connection_managers (test->dbus, on_listed_connection_managers, test, NULL, NULL); + g_main_loop_run (test->mainloop); } int -- 1.7.9.1