[Telepathy-commits] [telepathy-salut/master] comment ListRooms assertion as it will fail if rooms are announced on the network
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Nov 25 03:50:45 PST 2008
---
tests/twisted/avahi/test-roomlist.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/avahi/test-roomlist.py b/tests/twisted/avahi/test-roomlist.py
index f3bba40..8cb6c19 100644
--- a/tests/twisted/avahi/test-roomlist.py
+++ b/tests/twisted/avahi/test-roomlist.py
@@ -101,7 +101,8 @@ def test(q, bus, conn):
e = q.expect('dbus-signal', signal='GotRooms')
rooms = e.args[0]
- assert rooms == []
+ # FIXME: this will fail if there is room announced on the network
+ #assert rooms == []
q.expect('dbus-signal', signal='ListingRooms', args=[False])
--
1.5.6.5
More information about the Telepathy-commits
mailing list