[Telepathy-commits] [telepathy-gabble/master] test-si-accept-tubes.py: reply to SI iq

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Dec 15 07:22:53 PST 2008


---
 tests/twisted/tubes/test-si-accept-tubes.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tubes/test-si-accept-tubes.py b/tests/twisted/tubes/test-si-accept-tubes.py
index 8e61d4a..1f82082 100644
--- a/tests/twisted/tubes/test-si-accept-tubes.py
+++ b/tests/twisted/tubes/test-si-accept-tubes.py
@@ -12,7 +12,7 @@ import dbus
 
 from servicetest import call_async, EventPattern, tp_name_prefix, \
      EventProtocolClientFactory
-from gabbletest import exec_test, acknowledge_iq
+from gabbletest import exec_test, acknowledge_iq, send_error_reply
 
 from twisted.words.xish import domish, xpath
 from twisted.internet import reactor
@@ -102,6 +102,8 @@ def expect_tube_activity(q, bus, conn, stream):
     assert stream_node['tube'] == str(stream_tube_id)
     stream_id = si['id']
 
+    send_error_reply(stream, iq)
+
 def test(q, bus, conn, stream):
     conn.Connect()
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list