[next] telepathy-haze: Revert "Stub out test for Protocol.I.Avatars' absence"
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Thu May 15 04:51:55 PDT 2014
Module: telepathy-haze
Branch: next
Commit: 8db54668e33fb516547fc69a92268a9e0b37fa3c
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=8db54668e33fb516547fc69a92268a9e0b37fa3c
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu May 15 13:51:21 2014 +0200
Revert "Stub out test for Protocol.I.Avatars' absence"
This reverts commit d6cc7dab2034f9f8eb7e841107f7249da47f7604.
---
tests/twisted/cm/protocols.py | 6 +-----
1 file changed, 1 insertion(+), 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']
More information about the telepathy-commits
mailing list