summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 16:06:33 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-18 16:06:33 +0200
commitb67a85de59ecf73ef80a7da81fa45e00287e8669 (patch)
treeca07d16191cbc3255575cd468efa7b279f6a1eab
parenta35dadc4069721ffee181123ef379f60a9055716 (diff)
test_receive_muc_delivery: use g_test_bug()
-rw-r--r--tests/dbus/text-channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dbus/text-channel.c b/tests/dbus/text-channel.c
index a2926408..1a64ce2f 100644
--- a/tests/dbus/text-channel.c
+++ b/tests/dbus/text-channel.c
@@ -923,7 +923,6 @@ test_sent_with_no_sender (Test *test,
g_ptr_array_unref (parts);
}
-/* regression test for fdo #41929 */
static void
test_receive_muc_delivery (Test *test,
gconstpointer data G_GNUC_UNUSED)
@@ -932,6 +931,8 @@ test_receive_muc_delivery (Test *test,
GPtrArray *parts;
GHashTable *header;
+ g_test_bug ("41929 ");
+
/* We have to prepare the pending messages feature to be notified about
* incoming messages */
tp_proxy_prepare_async (test->channel, features,