[Telepathy-commits] [telepathy-salut/master] wait_for_contact_list: add a FIXME about potential race

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Feb 6 07:24:42 PST 2009


---
 tests/twisted/saluttest.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index f71e823..e61a6ec 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -103,6 +103,7 @@ def wait_for_contact_list(q, conn):
     """Request contact list channels and wait for their NewChannel signals.
     This is useful to avoid these signals to interfere with your test."""
 
+    #FIXME: this maybe racy if there are other contacts connected
     requestotron = dbus.Interface(conn, CONN_IFACE_REQUESTS)
 
     # publish
-- 
1.5.6.5




More information about the telepathy-commits mailing list