[Telepathy-commits] [telepathy-gabble/master] jingle/test-incoming-call.py: use SupportedCodecs signal

Senko Rasic senko.rasic at collabora.co.uk
Tue Dec 2 04:34:12 PST 2008


---
 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 fea049a..e3f700a 100644
--- a/tests/twisted/jingle/test-incoming-call.py
+++ b/tests/twisted/jingle/test-incoming-call.py
@@ -101,6 +101,9 @@ def test(q, bus, conn, stream):
 
     stream.send(gabbletest.make_result_iq(stream, e.stanza))
 
+    # S-E sets supported codecs, gabble can accept
+    stream_handler.SupportedCodecs(jt.get_audio_codecs_dbus())
+
     # Second one is session-accept
     e = q.expect('stream-iq')
     assert e.query.name == 'jingle'
-- 
1.5.6.5




More information about the Telepathy-commits mailing list