[telepathy-gabble/master] test-disco.py: set the IQ type in the request
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Jul 3 07:01:27 PDT 2009
---
tests/twisted/test-disco.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/test-disco.py b/tests/twisted/test-disco.py
index acf81b4..099f254 100644
--- a/tests/twisted/test-disco.py
+++ b/tests/twisted/test-disco.py
@@ -14,6 +14,7 @@ def test(q, bus, conn, stream):
m = domish.Element((None, 'iq'))
m['from'] = 'foo at bar.com'
m['id'] = '1'
+ m['type'] = 'get'
m.addElement(('http://jabber.org/protocol/disco#info', 'query'))
stream.send(m)
--
1.5.6.5
More information about the telepathy-commits
mailing list