[Telepathy-commits] [telepathy-gabble/master] olpc-activity-search: add a disabled test on BuddyInfo.GetActivities
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 26 10:02:20 PDT 2008
20080612152227-7fe3f-557f42752c6fef50575cb4d113a5964dcfed5fc1.gz
---
tests/twisted/olpc/olpc-activity-search.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/olpc/olpc-activity-search.py b/tests/twisted/olpc/olpc-activity-search.py
index ddc37c3..5480d7d 100644
--- a/tests/twisted/olpc/olpc-activity-search.py
+++ b/tests/twisted/olpc/olpc-activity-search.py
@@ -133,6 +133,12 @@ def test(q, bus, conn, stream):
props = buddy_prop_iface.GetProperties(members_handles[0])
assert props == {'color': '#AABBCC,#CCBBAA'}
+ # and their activities
+ # FIXME
+ #activities = buddy_prop_iface.GetActivities(members_handles[0])
+ #assert len(activities) == 1
+ #assert activities[0] == 'activity1', room1_handle
+
# activity search by properties (view 1)
props = {'color': '#AABBCC,#001122'}
call_async(q, gadget_iface, 'SearchActivitiesByProperties', props)
--
1.5.6.5
More information about the Telepathy-commits
mailing list