[Telepathy-commits] [telepathy-gabble/master] Include SI namespace when expecting iq result

Will Thompson will.thompson at collabora.co.uk
Thu Mar 12 11:53:15 PDT 2009


---
 tests/twisted/tubes/accept-private-dbus-tube.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tubes/accept-private-dbus-tube.py b/tests/twisted/tubes/accept-private-dbus-tube.py
index 6607e29..0029b22 100644
--- a/tests/twisted/tubes/accept-private-dbus-tube.py
+++ b/tests/twisted/tubes/accept-private-dbus-tube.py
@@ -164,7 +164,7 @@ def test(q, bus, conn, stream, bytestream_cls):
 
     # Init the bytestream
     events, state_event = bytestream.open_bytestream(
-            [EventPattern('stream-iq', iq_type='result'),
+            [EventPattern('stream-iq', iq_type='result', query_ns=ns.SI),
                 EventPattern('dbus-return', method='AcceptDBusTube')],
             [EventPattern('dbus-signal', signal='TubeChannelStateChanged')])
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list