[telepathy-gabble/master] file-transfer/test-send-file-declined.py: set the right namespace in the IQ reply

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Jul 3 06:59:30 PDT 2009


---
 .../file-transfer/test-send-file-declined.py       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/file-transfer/test-send-file-declined.py b/tests/twisted/file-transfer/test-send-file-declined.py
index a3a4949..c8de2bb 100644
--- a/tests/twisted/file-transfer/test-send-file-declined.py
+++ b/tests/twisted/file-transfer/test-send-file-declined.py
@@ -9,7 +9,7 @@ class SendFileDeclinedTest(SendFileTest):
         SendFileTest.got_send_iq(self)
 
         # Receiver declines the file offer
-        reply = domish.Element(('', 'iq'))
+        reply = domish.Element(('jabber:client', 'iq'))
         reply['to'] = 'test at localhost/Resource'
         reply['from'] = self.iq['to']
         reply['type'] = 'error'
-- 
1.5.6.5




More information about the telepathy-commits mailing list