summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-04-02 16:16:25 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2012-04-02 16:16:25 +0100
commit86216b62cd607b94bf837b4052f1f1e6cbfab819 (patch)
tree5418c79e40172347f493419098cb834e3be4656f
parentb5bb8f51d46aa7ea89fafcc3042d30bc4a5db018 (diff)
downloadtelepathy-glib-86216b62cd607b94bf837b4052f1f1e6cbfab819.tar.gz
dbus tube test: add bug references for FIXMEs
-rw-r--r--tests/dbus/dbus-tube.c4
-rw-r--r--tests/lib/dbus-tube-chan.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/dbus/dbus-tube.c b/tests/dbus/dbus-tube.c
index 362fd8163..71f47849a 100644
--- a/tests/dbus/dbus-tube.c
+++ b/tests/dbus/dbus-tube.c
@@ -387,6 +387,8 @@ test_offer_invalidated_before_open (Test *test,
/* FIXME: this isn't a particularly good error… it's just what comes out when
* the channel gets closed from under us, and there isn't really API on
* DBusTube to give a better error.
+ *
+ * https://bugs.freedesktop.org/show_bug.cgi?id=48196
*/
g_assert_error (test->error, TP_DBUS_ERRORS, TP_DBUS_ERROR_OBJECT_REMOVED);
}
@@ -449,6 +451,8 @@ test_accept_invalidated_before_open (Test *test,
/* FIXME: this isn't a particularly good error… it's just what comes out when
* the channel gets closed from under us, and there isn't really API on
* DBusTube to give a better error.
+ *
+ * https://bugs.freedesktop.org/show_bug.cgi?id=48196
*/
g_assert_error (test->error, TP_DBUS_ERRORS, TP_DBUS_ERROR_OBJECT_REMOVED);
}
diff --git a/tests/lib/dbus-tube-chan.c b/tests/lib/dbus-tube-chan.c
index 1ba075595..7c615c86e 100644
--- a/tests/lib/dbus-tube-chan.c
+++ b/tests/lib/dbus-tube-chan.c
@@ -159,6 +159,8 @@ dispose (GObject *object)
/* FIXME: this is pretty stupid but apparently unless you start and then
* stop the server before freeing it, it doesn't stop listening. Calling
* _start() twice is a no-op.
+ *
+ * https://bugzilla.gnome.org/show_bug.cgi?id=673372
*/
g_dbus_server_start (self->priv->dbus_server);