[Telepathy-commits] [telepathy-salut/master] test-tube: don't pass Parameters when creating the tube
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Feb 11 09:03:10 PST 2009
---
tests/twisted/avahi/test-tube.py | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/avahi/test-tube.py b/tests/twisted/avahi/test-tube.py
index 7059c5e..103d3dc 100644
--- a/tests/twisted/avahi/test-tube.py
+++ b/tests/twisted/avahi/test-tube.py
@@ -62,7 +62,6 @@ def check_conn_properties(q, bus, conn, channel_list=None):
'org.freedesktop.Telepathy.Channel.TargetHandleType': HT_CONTACT,
},
['org.freedesktop.Telepathy.Channel.TargetHandle',
- 'org.freedesktop.Telepathy.Channel.Interface.Tube.DRAFT.Parameters',
'org.freedesktop.Telepathy.Channel.Type.StreamTube.DRAFT.Service',
]
) in properties.get('RequestableChannelClasses'),\
@@ -272,9 +271,7 @@ def test(q, bus, conn):
'org.freedesktop.Telepathy.Channel.TargetHandle':
handle,
'org.freedesktop.Telepathy.Channel.Type.StreamTube.DRAFT.Service':
- "newecho",
- 'org.freedesktop.Telepathy.Channel.Interface.Tube.DRAFT.Parameters':
- dbus.Dictionary({'foo': 'bar'}, signature='sv'),
+ "newecho"
});
ret, old_sig, new_sig = q.expect_many(
EventPattern('dbus-return', method='CreateChannel'),
--
1.5.6.5
More information about the telepathy-commits
mailing list