[Telepathy-commits] [telepathy-glib/master] Reference fd.o#18291 in CM test cases
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Feb 12 10:53:08 PST 2009
---
tests/dbus/cm.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/tests/dbus/cm.c b/tests/dbus/cm.c
index eb72143..c1d55c0 100644
--- a/tests/dbus/cm.c
+++ b/tests/dbus/cm.c
@@ -575,6 +575,8 @@ test_nothing_ready (Test *test,
g_assert (test->error == NULL);
g_test_queue_unref (test->cm);
+ g_test_bug ("18291");
+
tp_connection_manager_call_when_ready (test->cm, ready_or_not,
test, NULL, NULL);
g_main_loop_run (test->mainloop);
@@ -593,6 +595,8 @@ test_file_ready (Test *test,
g_assert (test->error == NULL);
g_test_queue_unref (test->cm);
+ g_test_bug ("18291");
+
tp_connection_manager_call_when_ready (test->cm, ready_or_not,
test, NULL, NULL);
g_main_loop_run (test->mainloop);
@@ -611,6 +615,8 @@ test_complex_file_ready (Test *test,
g_assert (test->error == NULL);
g_test_queue_unref (test->cm);
+ g_test_bug ("18291");
+
tp_connection_manager_call_when_ready (test->cm, ready_or_not,
test, NULL, NULL);
g_main_loop_run (test->mainloop);
@@ -629,6 +635,8 @@ test_dbus_ready (Test *test,
g_assert (test->error == NULL);
g_test_queue_unref (test->cm);
+ g_test_bug ("18291");
+
tp_connection_manager_call_when_ready (test->cm, ready_or_not,
test, NULL, NULL);
g_main_loop_run (test->mainloop);
--
1.5.6.5
More information about the telepathy-commits
mailing list