[Telepathy-commits] [telepathy-gabble/master] olpc-buddy-prop-change.py: change messages are of type 'notice'

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


20080519091255-7fe3f-d3647fea606b892c1026188ccf304382481424a3.gz
---
 tests/twisted/olpc/olpc-buddy-prop-change.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/olpc/olpc-buddy-prop-change.py b/tests/twisted/olpc/olpc-buddy-prop-change.py
index a90c53c..2dbb24c 100644
--- a/tests/twisted/olpc/olpc-buddy-prop-change.py
+++ b/tests/twisted/olpc/olpc-buddy-prop-change.py
@@ -80,6 +80,7 @@ def test(q, bus, conn, stream):
     message = domish.Element(('jabber:client', 'message'))
     message['from'] = 'gadget.localhost'
     message['to'] = 'test at localhost'
+    message['type'] = 'notice'
 
     change = message.addElement((NS_OLPC_BUDDY, 'change'))
     change['jid'] = 'bob at localhost'
@@ -133,6 +134,7 @@ def test(q, bus, conn, stream):
     message = domish.Element(('jabber:client', 'message'))
     message['from'] = 'gadget.localhost'
     message['to'] = 'test at localhost'
+    message['type'] = 'notice'
 
     change = message.addElement((NS_OLPC_BUDDY, 'change'))
     change['jid'] = 'bob at localhost'
@@ -160,6 +162,7 @@ def test(q, bus, conn, stream):
     message = domish.Element(('jabber:client', 'message'))
     message['from'] = 'gadget.localhost'
     message['to'] = 'test at localhost'
+    message['type'] = 'notice'
 
     change = message.addElement((NS_OLPC_ACTIVITY, 'change'))
     change['activity'] = 'testactivity'
-- 
1.5.6.5




More information about the Telepathy-commits mailing list