summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-15 13:51:21 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-15 13:51:21 +0200
commit8db54668e33fb516547fc69a92268a9e0b37fa3c (patch)
tree956ff30f5d60a8915057a6df6688e78a2e44d572
parentb2ff86741c744f149647464c6c02c14f0b9fbc6c (diff)
Revert "Stub out test for Protocol.I.Avatars' absence"
-rw-r--r--tests/twisted/cm/protocols.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/twisted/cm/protocols.py b/tests/twisted/cm/protocols.py
index 37a5bc1..5f2d60f 100644
--- a/tests/twisted/cm/protocols.py
+++ b/tests/twisted/cm/protocols.py
@@ -32,11 +32,7 @@ def test(q, bus, conn, stream):
protocol_avatar_props = (
protocol_props.GetAll(cs.PROTOCOL_IFACE_AVATARS))
else:
- # FIXME: it shouldn't implement Avatars, but at the moment,
- # it does - removing the GDBusInterfaceSkeleton does not
- # resync Interfaces.
- # https://bugs.freedesktop.org/show_bug.cgi?id=78381
- #assertDoesNotContain(cs.PROTOCOL_IFACE_AVATARS, props[cs.PROTOCOL + '.Interfaces'])
+ assertDoesNotContain(cs.PROTOCOL_IFACE_AVATARS, props[cs.PROTOCOL + '.Interfaces'])
protocol_avatar_props = None
parameters = props[cs.PROTOCOL + '.Parameters']