[Telepathy-commits] [telepathy-gabble/master] create_si_reply: returns the si node too
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Feb 25 06:38:40 PST 2009
---
tests/twisted/bytestream.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/bytestream.py b/tests/twisted/bytestream.py
index d25bb9e..8710692 100644
--- a/tests/twisted/bytestream.py
+++ b/tests/twisted/bytestream.py
@@ -93,7 +93,7 @@ def create_si_reply(stream, iq, to, bytestream):
res_value = res_field.addElement((None, 'value'))
res_value.addContent(bytestream)
- return result
+ return result, res_si
def parse_si_reply(iq):
si = xpath.queryForNodes('/iq/si[@xmlns="%s"]' % ns.SI,
--
1.5.6.5
More information about the telepathy-commits
mailing list