[Telepathy-commits] [telepathy-salut/master] test-roomlist: the Server property can't be set in channel requests
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Nov 25 02:51:41 PST 2008
---
tests/twisted/avahi/test-roomlist.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/tests/twisted/avahi/test-roomlist.py b/tests/twisted/avahi/test-roomlist.py
index e92d0c4..0eb42af 100644
--- a/tests/twisted/avahi/test-roomlist.py
+++ b/tests/twisted/avahi/test-roomlist.py
@@ -27,7 +27,7 @@ def test(q, bus, conn):
tp_name_prefix + '.Channel.Type.RoomList',
tp_name_prefix + '.Channel.TargetHandleType': 0,
},
- [tp_name_prefix + '.Channel.Type.RoomList.Server'],
+ [],
) in properties.get('RequestableChannelClasses'),\
properties['RequestableChannelClasses']
@@ -93,7 +93,6 @@ def test(q, bus, conn):
{ tp_name_prefix + '.Channel.ChannelType':
tp_name_prefix + '.Channel.Type.RoomList',
tp_name_prefix + '.Channel.TargetHandleType': 0,
- tp_name_prefix + '.Channel.Type.RoomList.Server': '',
})
ret, old_sig, new_sig = q.expect_many(
@@ -137,7 +136,6 @@ def test(q, bus, conn):
{ tp_name_prefix + '.Channel.ChannelType':
tp_name_prefix + '.Channel.Type.RoomList',
tp_name_prefix + '.Channel.TargetHandleType': 0,
- tp_name_prefix + '.Channel.Type.RoomList.Server': '',
})
ret = q.expect('dbus-return', method='EnsureChannel')
--
1.5.6.5
More information about the Telepathy-commits
mailing list