[Telepathy-commits] [telepathy-gabble/master] test-outgoing-call.py: don't add the peer to the group interface, but instead let them appear when called

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


20080430160436-53eee-d930f355ade10e5d3bd51ea104f9a5e5de1ef39a.gz
---
 tests/twisted/jingle/test-outgoing-call.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/jingle/test-outgoing-call.py b/tests/twisted/jingle/test-outgoing-call.py
index 6242c25..31dea68 100644
--- a/tests/twisted/jingle/test-outgoing-call.py
+++ b/tests/twisted/jingle/test-outgoing-call.py
@@ -40,7 +40,7 @@ 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')
-- 
1.5.6.3




More information about the Telepathy-commits mailing list