[telepathy-mission-control/master] mctest: don't wait for NormalizedName to become set

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Apr 1 08:07:26 PDT 2009


This is exercised by test-connect.py and doesn't need to be done elsewhere.
---
 test/twisted/mctest.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/test/twisted/mctest.py b/test/twisted/mctest.py
index d9e5a53..8643cb5 100644
--- a/test/twisted/mctest.py
+++ b/test/twisted/mctest.py
@@ -424,11 +424,4 @@ def enable_fakecm_account(q, bus, mc, account, expected_params):
                 path=conn.object_path, handled=True),
             )
 
-    # this secretly indicates that the TpConnection is ready
-    # FIXME: find a better way to determine that the account is ready for use
-    e = q.expect('dbus-signal',
-            interface=cs.ACCOUNT, signal='AccountPropertyChanged',
-            path=account.object_path,
-            args=[{'NormalizedName': 'myself'}])
-
     return conn
-- 
1.5.6.5




More information about the telepathy-commits mailing list