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

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


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

diff --git a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py
index 9e2decb..77a5f1a 100644
--- a/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py
+++ b/tests/twisted/tubes/offer-accept-private-dbus-stream-tube-ibb.py
@@ -439,7 +439,7 @@ def test(q, bus, conn, stream):
                       'u': ('uint', '123'),
                      }
 
-    result = create_si_reply(stream, event.stanza, 'test at localhost/Resource', ns.IBB)
+    result, si = create_si_reply(stream, event.stanza, 'test at localhost/Resource', ns.IBB)
     stream.send(result)
 
     event = q.expect('stream-iq', iq_type='set', to='bob at localhost/Bob')
-- 
1.5.6.5




More information about the telepathy-commits mailing list