[Telepathy-commits] [telepathy-gabble/master] test-outgoing-call-deprecated2.py: instead of requesting a call to foo at bar.com, request a new blank channel and invite foo at bar.com

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:52:02 PDT 2008


20080430160338-53eee-6d28e665185a6bd66d5505b7644f8b062c406c0b.gz
---
 .../jingle/test-outgoing-call-deprecated2.py       |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/jingle/test-outgoing-call-deprecated2.py b/tests/twisted/jingle/test-outgoing-call-deprecated2.py
index 6242c25..69a56e6 100644
--- a/tests/twisted/jingle/test-outgoing-call-deprecated2.py
+++ b/tests/twisted/jingle/test-outgoing-call-deprecated2.py
@@ -40,12 +40,14 @@ def test(q, bus, conn, stream):
 
     path = conn.RequestChannel(
         'org.freedesktop.Telepathy.Channel.Type.StreamedMedia',
-        1, handle, True)
+        0, 0, True)
 
     signalling_iface = make_channel_proxy(conn, path, 'Channel.Interface.MediaSignalling')
     media_iface = make_channel_proxy(conn, path, 'Channel.Type.StreamedMedia')
     group_iface = make_channel_proxy(conn, path, 'Channel.Interface.Group')
 
+    group_iface.AddMembers([handle], 'deprecated API')
+
     # S-E gets notified about new session handler, and calls Ready on it
     e = q.expect('dbus-signal', signal='NewSessionHandler')
     assert e.args[1] == 'rtp'
-- 
1.5.6.3




More information about the Telepathy-commits mailing list