[telepathy-mission-control/master] Remove FIXME comments regarding fd.o#21013, which has been fixed

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 20 13:58:40 PDT 2009


---
 test/twisted/account-requests/create-text.py    |    2 --
 test/twisted/dispatcher/create-handler-fails.py |    2 --
 test/twisted/dispatcher/create-lowmem.py        |    2 --
 3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/test/twisted/account-requests/create-text.py b/test/twisted/account-requests/create-text.py
index 4ac2a74..acb5dd5 100644
--- a/test/twisted/account-requests/create-text.py
+++ b/test/twisted/account-requests/create-text.py
@@ -107,8 +107,6 @@ def test_channel_creation(q, bus, account, client, conn, ensure):
     assert request_props[cs.CR + '.Account'] == account.object_path
     assert request_props[cs.CR + '.Requests'] == [request]
     assert request_props[cs.CR + '.UserActionTime'] == user_action_time
-    # FIXME: this is not actually in telepathy-spec (although maybe it
-    # should be) - fd.o #21013
     assert request_props[cs.CR + '.PreferredHandler'] == client.bus_name
 
     q.dbus_return(e.message, signature='')
diff --git a/test/twisted/dispatcher/create-handler-fails.py b/test/twisted/dispatcher/create-handler-fails.py
index 6b3181a..c5ab096 100644
--- a/test/twisted/dispatcher/create-handler-fails.py
+++ b/test/twisted/dispatcher/create-handler-fails.py
@@ -111,8 +111,6 @@ def test_channel_creation(q, bus, account, client, conn, ensure):
     assert request_props[cs.CR + '.Account'] == account.object_path
     assert request_props[cs.CR + '.Requests'] == [request]
     assert request_props[cs.CR + '.UserActionTime'] == user_action_time
-    # FIXME: this is not actually in telepathy-spec (although maybe it
-    # should be) - fd.o #21013
     assert request_props[cs.CR + '.PreferredHandler'] == client.bus_name
     assert request_props[cs.CR + '.Interfaces'] == []
 
diff --git a/test/twisted/dispatcher/create-lowmem.py b/test/twisted/dispatcher/create-lowmem.py
index 264e074..f548171 100644
--- a/test/twisted/dispatcher/create-lowmem.py
+++ b/test/twisted/dispatcher/create-lowmem.py
@@ -131,8 +131,6 @@ def test_channel_creation(q, bus, account, client, conn, lowmem):
     assert request_props[cs.CR + '.Account'] == account.object_path
     assert request_props[cs.CR + '.Requests'] == [request]
     assert request_props[cs.CR + '.UserActionTime'] == user_action_time
-    # FIXME: this is not actually in telepathy-spec (although maybe it
-    # should be) - fd.o #21013
     assert request_props[cs.CR + '.PreferredHandler'] == client.bus_name
     assert request_props[cs.CR + '.Interfaces'] == []
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list