[Telepathy-commits] [telepathy-gabble/master] olpc-buddy-search.py: we should check the D-Bus properties
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Oct 8 05:33:40 PDT 2008
---
tests/twisted/olpc/olpc-buddy-search.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/olpc/olpc-buddy-search.py b/tests/twisted/olpc/olpc-buddy-search.py
index 2a7c8d8..72f87bb 100644
--- a/tests/twisted/olpc/olpc-buddy-search.py
+++ b/tests/twisted/olpc/olpc-buddy-search.py
@@ -143,6 +143,9 @@ def test(q, bus, conn, stream):
view_path = return_event.value[0]
view1 = bus.get_object(conn.bus_name, view_path)
+ # TODO: check the values of most the D-Bus properties (including
+ # Interfaces)
+
event = q.expect('dbus-signal', signal='BuddiesChanged')
added, removed = event.args
assert removed == []
--
1.5.6.5
More information about the Telepathy-commits
mailing list