[Telepathy-commits] [telepathy-gabble/master] text/destroy.py: expect the final Destroyable interface

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Nov 3 10:22:52 PST 2008


---
 tests/twisted/text/destroy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/text/destroy.py b/tests/twisted/text/destroy.py
index 16e17eb..28638e8 100644
--- a/tests/twisted/text/destroy.py
+++ b/tests/twisted/text/destroy.py
@@ -37,7 +37,7 @@ def test(q, bus, conn, stream):
     text_iface = dbus.Interface(text_chan,
             'org.freedesktop.Telepathy.Channel.Type.Text')
     destroyable_iface = dbus.Interface(text_chan,
-            'org.freedesktop.Telepathy.Channel.Interface.Destroyable.DRAFT')
+            'org.freedesktop.Telepathy.Channel.Interface.Destroyable')
 
     assert old_sig.args[0] == ret.value[0]
     assert old_sig.args[1] == u'org.freedesktop.Telepathy.Channel.Type.Text'
-- 
1.5.6.5




More information about the Telepathy-commits mailing list