summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-11-28 10:51:42 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-11-28 10:51:42 +0000
commit1b139ff40e1862b5bce03eb1a1e10b4ee886083e (patch)
tree89de14af6d5a47e28f66fcc4339b9a81c89f627b /tests
parentf3e4c6d4bb7e8a767d1084ea605f626d40f28e03 (diff)
downloadtelepathy-salut-1b139ff40e1862b5bce03eb1a1e10b4ee886083e.tar.gz
test-disabled-1-1-tubes.py: error raised in now NotImplemented. Probably because of the requestotronification
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/avahi/test-disabled-1-1-tubes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/avahi/test-disabled-1-1-tubes.py b/tests/twisted/avahi/test-disabled-1-1-tubes.py
index 2538a08f..6b090fcd 100644
--- a/tests/twisted/avahi/test-disabled-1-1-tubes.py
+++ b/tests/twisted/avahi/test-disabled-1-1-tubes.py
@@ -64,7 +64,7 @@ def test(q, bus, conn):
conn.RequestChannel(CHANNEL_TYPE_TUBES, HT_CONTACT, handle,
True)
except dbus.DBusException, e:
- assert e.get_dbus_name() == 'org.freedesktop.Telepathy.Errors.NotAvailable'
+ assert e.get_dbus_name() == 'org.freedesktop.Telepathy.Errors.NotImplemented'
else:
assert False