[Telepathy-commits] [telepathy-gabble/master] Remove .DRAFT from Requests interface name in a new test
Will Thompson
will.thompson at collabora.co.uk
Fri Dec 5 09:42:35 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 53c44da..1d442e2 100644
--- a/tests/twisted/tubes/test-si-tubes.py
+++ b/tests/twisted/tubes/test-si-tubes.py
@@ -162,7 +162,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':
@@ -233,7 +233,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