[Telepathy-commits] [telepathy-gabble/master] test-incoming-call.py: check if we are moved the members when accepting the call
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:52:19 PDT 2008
20080512104440-7fe3f-a2e0ede72d07805a8e59e6d9d6cc753673a98e1e.gz
---
tests/twisted/jingle/test-incoming-call.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/jingle/test-incoming-call.py b/tests/twisted/jingle/test-incoming-call.py
index dafff8b..a665fa8 100644
--- a/tests/twisted/jingle/test-incoming-call.py
+++ b/tests/twisted/jingle/test-incoming-call.py
@@ -100,6 +100,10 @@ def test(q, bus, conn, stream):
stream_handler = make_channel_proxy(conn, e.args[0], 'Media.StreamHandler')
+ # We are now in members too
+ e = q.expect('dbus-signal', signal='MembersChanged',
+ args=[u'', [1L], [], [], [], 0, 0])
+
stream_handler.NewNativeCandidate("fake", jt.get_remote_transports_dbus())
stream_handler.Ready(jt.get_audio_codecs_dbus())
stream_handler.StreamState(2)
--
1.5.6.3
More information about the Telepathy-commits
mailing list