[Telepathy-commits] [telepathy-salut/master] test-two-muc-stream-tubes: fix Interfaces check

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:24 PDT 2009


---
 tests/twisted/avahi/test-two-muc-stream-tubes.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/avahi/test-two-muc-stream-tubes.py b/tests/twisted/avahi/test-two-muc-stream-tubes.py
index caa1d6a..0e23f33 100644
--- a/tests/twisted/avahi/test-two-muc-stream-tubes.py
+++ b/tests/twisted/avahi/test-two-muc-stream-tubes.py
@@ -299,11 +299,11 @@ def test(q, bus, conn):
         elif props[CHANNEL_TYPE] == CHANNEL_TYPE_TUBES:
             got_tubes = True
             assert props[REQUESTED] == False
-            #assert props[INTERFACES] == CHANNEL_IFACE_GROUP
+            assert props[INTERFACES] == [CHANNEL_IFACE_GROUP]
         elif props[CHANNEL_TYPE] == CHANNEL_TYPE_STREAM_TUBE:
             got_tube = True
             assert props[REQUESTED] == True
-            #assert props[INTERFACES] == CHANNEL_IFACE_GROUP
+            assert props[INTERFACES] == [CHANNEL_IFACE_GROUP, CHANNEL_IFACE_TUBE]
             assert props[STREAM_TUBE_SERVICE] == 'test'
         else:
             assert False
-- 
1.5.6.5




More information about the telepathy-commits mailing list