[telepathy-gabble/master] offer-muc-stream-tube.py: explicitely catch the old StreamTubeNewConnection signal
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Apr 22 08:03:24 PDT 2009
---
tests/twisted/tubes/offer-muc-stream-tube.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/tubes/offer-muc-stream-tube.py b/tests/twisted/tubes/offer-muc-stream-tube.py
index 5e648ae..87a97a4 100644
--- a/tests/twisted/tubes/offer-muc-stream-tube.py
+++ b/tests/twisted/tubes/offer-muc-stream-tube.py
@@ -172,7 +172,7 @@ def test(q, bus, conn, stream, bytestream_cls):
iq_event, _ = q.expect_many(
EventPattern('stream-iq', iq_type='result'),
EventPattern('dbus-signal', signal='StreamTubeNewConnection',
- args=[stream_tube_id, bob_handle]))
+ args=[stream_tube_id, bob_handle], interface=cs.CHANNEL_TYPE_TUBES))
# handle iq_event
bytestream.check_si_reply(iq_event.stanza)
--
1.5.6.5
More information about the telepathy-commits
mailing list