[Telepathy-commits] [telepathy-gabble/master] Remove .DRAFT from Requests interface name in a new test

Will Thompson will.thompson at collabora.co.uk
Mon Nov 3 11:21:05 PST 2008


---
 tests/twisted/tubes/test-si-tubes.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/tubes/test-si-tubes.py b/tests/twisted/tubes/test-si-tubes.py
index e1a0c0f..dc83fa7 100644
--- a/tests/twisted/tubes/test-si-tubes.py
+++ b/tests/twisted/tubes/test-si-tubes.py
@@ -165,7 +165,7 @@ def test(q, bus, conn, stream):
 
     # new requestotron
     requestotron = dbus.Interface(conn,
-            'org.freedesktop.Telepathy.Connection.Interface.Requests.DRAFT')
+            'org.freedesktop.Telepathy.Connection.Interface.Requests')
 
 #    call_async(q, requestotron, 'CreateChannel',
 #            {'org.freedesktop.Telepathy.Channel.ChannelType':
@@ -239,7 +239,7 @@ def test(q, bus, conn, stream):
             'test at localhost'
 
     properties = conn.GetAll(
-            'org.freedesktop.Telepathy.Connection.Interface.Requests.DRAFT',
+            'org.freedesktop.Telepathy.Connection.Interface.Requests',
             dbus_interface='org.freedesktop.DBus.Properties')
 
     assert new_sig.args[0][0] in properties['Channels'], \
-- 
1.5.6.5




More information about the Telepathy-commits mailing list