[Telepathy-commits] [telepathy-gabble/master] offer-accept-private-dbus-stream-tube-socks5: create_si_reply returns the si node now

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Feb 25 06:38:59 PST 2009


---
 ...offer-accept-private-dbus-stream-tube-socks5.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py
index 17263b7..c4cad5e 100644
--- a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py
+++ b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-socks5.py
@@ -367,7 +367,7 @@ def test(q, bus, conn, stream):
     bytestream3 = BytestreamS5B(stream, q, dbus_stream_id, self_full_jid,
         event.stanza['to'])
 
-    result = create_si_reply(stream, event.stanza, self_full_jid, bytestream3.get_ns())
+    result, si = create_si_reply(stream, event.stanza, self_full_jid, bytestream3.get_ns())
     stream.send(result)
 
     bytestream3.wait_bytestream_open()
-- 
1.5.6.5




More information about the telepathy-commits mailing list