[Telepathy-commits] [telepathy-gabble/master] test-incoming-call.py: add a regression test for fd.o #15791

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:52:19 PDT 2008


20080512110638-7fe3f-bea52474bc9f3d1d15600b27be0f3d4eaa705740.gz
---
 tests/twisted/jingle/test-incoming-call.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/jingle/test-incoming-call.py b/tests/twisted/jingle/test-incoming-call.py
index a665fa8..a90a3ee 100644
--- a/tests/twisted/jingle/test-incoming-call.py
+++ b/tests/twisted/jingle/test-incoming-call.py
@@ -104,6 +104,9 @@ def test(q, bus, conn, stream):
     e = q.expect('dbus-signal', signal='MembersChanged',
              args=[u'', [1L], [], [], [], 0, 0])
 
+    # we are now both in members
+    assert media_chan.GetMembers() == [1L, remote_handle]
+
     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