[telepathy-mission-control/master] test-connect: remove dead comments

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


---
 test/twisted/test-connect.py |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/test/twisted/test-connect.py b/test/twisted/test-connect.py
index dceaf32..8435d1d 100644
--- a/test/twisted/test-connect.py
+++ b/test/twisted/test-connect.py
@@ -108,13 +108,8 @@ def test(q, bus, mc):
                 path=conn.object_path, handled=True),
             )
 
-    # Wait for an AccountPropertyChanged signal that indicates that we have
-    # the NormalizedName for the Account; this secretly indicates that the
-    # TpConnection inside MC is ready.
-    #
-    # FIXME: we shouldn't have to wait for this, but if we don't, then the
-    # NewChannels signal isn't necessarily handled
-
+    # Assert that the NormalizedName is harvested from the Connection at some
+    # point
     while 1:
         e = q.expect('dbus-signal',
                 interface=cs.ACCOUNT, signal='AccountPropertyChanged',
@@ -123,10 +118,6 @@ def test(q, bus, mc):
             assert e.args[0]['NormalizedName'] == 'myself', e.args
             break
 
-    #e = q.expect('dbus-method-call', name='SetSelfCapabilities',
-    #        path=conn.object_path)
-    #assert e.caps == caps, e.caps
-
     # Check the requested presence is online
     properties = account.GetAll(cs.ACCOUNT,
             dbus_interface=cs.PROPERTIES_IFACE)
-- 
1.5.6.5




More information about the telepathy-commits mailing list