[Telepathy-commits] [telepathy-gabble/master] olpc-activity-search.py: change activity returned in view 0
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:21 PDT 2008
20080612110745-7fe3f-da8379d4f2398b6fdc4a8d8f215467dc76974073.gz
---
tests/twisted/olpc/olpc-activity-search.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/olpc/olpc-activity-search.py b/tests/twisted/olpc/olpc-activity-search.py
index 4c422fb..02e4ce2 100644
--- a/tests/twisted/olpc/olpc-activity-search.py
+++ b/tests/twisted/olpc/olpc-activity-search.py
@@ -250,8 +250,8 @@ def test(q, bus, conn, stream):
added = message.addElement((NS_OLPC_ACTIVITY, 'added'))
added['id'] = '0'
activity = added.addElement((None, 'activity'))
- activity['id'] = 'activity3'
- activity['room'] = 'room3 at conference.localhost'
+ activity['id'] = 'activity4'
+ activity['room'] = 'room4 at conference.localhost'
properties = activity.addElement((NS_OLPC_ACTIVITY_PROPS, "properties"))
property = properties.addElement((None, "property"))
property['type'] = 'str'
@@ -280,9 +280,9 @@ def test(q, bus, conn, stream):
added, removed = event.args
assert len(added) == 1
id, handle = added[0]
- assert id == 'activity3'
+ assert id == 'activity4'
assert sorted(conn.InspectHandles(2, [handle])) == \
- ['room3 at conference.localhost']
+ ['room4 at conference.localhost']
# close view 0
call_async(q, view0_iface, 'Close')
--
1.5.6.5
More information about the Telepathy-commits
mailing list