[Telepathy-commits] [telepathy-gabble/master] set the right node name in _make_pubsub_event_msg

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:41 PDT 2008


20080704131203-7fe3f-f0db29bab4108889c0618e97d66cc1e9d1c0129d.gz
---
 tests/twisted/olpc/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/olpc/util.py b/tests/twisted/olpc/util.py
index 1de8804..8a01ea3 100644
--- a/tests/twisted/olpc/util.py
+++ b/tests/twisted/olpc/util.py
@@ -82,7 +82,7 @@ def _make_pubsub_event_msg(from_, node):
 
     message = elem('message', from_=from_, to='test at localhost')(
         elem("%s#event" % NS_PUBSUB, 'event')(
-            elem('items')(item)))
+            elem('items', node=node)(item)))
 
     return message, item
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list