[Telepathy-commits] [telepathy-gabble/master] Test that call accepted => audio stream Playing
Will Thompson
will.thompson at collabora.co.uk
Wed Feb 25 04:27:20 PST 2009
---
tests/twisted/jingle/test-incoming-call.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/jingle/test-incoming-call.py b/tests/twisted/jingle/test-incoming-call.py
index 1de9733..2469506 100644
--- a/tests/twisted/jingle/test-incoming-call.py
+++ b/tests/twisted/jingle/test-incoming-call.py
@@ -113,13 +113,14 @@ def test(q, bus, conn, stream):
# Call is accepted, we become a member, and the stream that was pending
# local send is now sending.
- memb, acc, _, _ = q.expect_many(
+ memb, acc, _, _, _ = q.expect_many(
EventPattern('dbus-signal', signal='MembersChanged',
args=[u'', [self_handle], [], [], [], 0, 0]),
EventPattern('stream-iq',
predicate=lambda e: (e.query.name == 'jingle' and
e.query['action'] == 'session-accept')),
EventPattern('dbus-signal', signal='SetStreamSending', args=[True]),
+ EventPattern('dbus-signal', signal='SetStreamPlaying', args=[True]),
EventPattern('dbus-signal', signal='StreamDirectionChanged',
args=[stream_id, cs.MEDIA_STREAM_DIRECTION_BIDIRECTIONAL, 0]),
)
--
1.5.6.5
More information about the telepathy-commits
mailing list