[Telepathy-commits] [telepathy-mission-control/master] test/twisted/test-connect.py: remove test of the old MC interface

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 11 15:11:05 PST 2008


---
 test/twisted/test-connect.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/test/twisted/test-connect.py b/test/twisted/test-connect.py
index 0fc6c60..13cd40c 100644
--- a/test/twisted/test-connect.py
+++ b/test/twisted/test-connect.py
@@ -13,13 +13,6 @@ def test(q, bus, mc):
     start_fake_connection_manager(q, bus, FakeCM_bus_name,
             ConnectionManager_object_path)
     
-    # Check the old iface
-    old_iface = dbus.Interface(mc, 'org.freedesktop.Telepathy.MissionControl')
-    arg0 = old_iface.GetOnlineConnections()
-    assert arg0 == []
-    arg0 = old_iface.GetPresence()
-    assert arg0 == 0, arg0
-
     # Get the AccountManager interface
     account_manager = bus.get_object(
         tp_name_prefix + '.AccountManager',
-- 
1.5.6.5




More information about the Telepathy-commits mailing list