[Telepathy-commits] [telepathy-gabble/master] Unrace google-relay test.
Will Thompson
will.thompson at collabora.co.uk
Fri Mar 20 06:43:39 PDT 2009
Fixes fd.o #20643
---
tests/twisted/jingle/google-relay.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/jingle/google-relay.py b/tests/twisted/jingle/google-relay.py
index 519ad0e..3806d75 100644
--- a/tests/twisted/jingle/google-relay.py
+++ b/tests/twisted/jingle/google-relay.py
@@ -288,10 +288,10 @@ def test(q, bus, conn, stream, incoming=True, too_slow=False):
jt.outgoing_call_reply(e.query['sid'], True)
- q.expect('stream-iq', iq_type='result')
-
- # Call accepted
- q.expect('dbus-signal', signal='MembersChanged')
+ q.expect_many(
+ EventPattern('stream-iq', iq_type='result'),
+ EventPattern('dbus-signal', signal='MembersChanged'),
+ )
media_chan.RemoveMembers([dbus.UInt32(1)], '')
--
1.5.6.5
More information about the telepathy-commits
mailing list