summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-16 14:01:27 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-16 14:04:30 +0200
commit643ae9f76c8ae044dcc8241adba5b8bf29e5f365 (patch)
treedab5e05ceae7b329edf6e4e481e2c8de36d79df4 /tests
parentd95d6ea2c943b7ba47136d34faf86dafc05a7f57 (diff)
downloadtelepathy-salut-643ae9f76c8ae044dcc8241adba5b8bf29e5f365.tar.gz
connection: stop implementing old Presence interface
https://bugs.freedesktop.org/show_bug.cgi?id=69413
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/cm/protocol.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/twisted/cm/protocol.py b/tests/twisted/cm/protocol.py
index f4243c46..94bccac7 100644
--- a/tests/twisted/cm/protocol.py
+++ b/tests/twisted/cm/protocol.py
@@ -44,7 +44,6 @@ def test(q, bus, conn):
assertContains(cs.CONN_IFACE_ALIASING, proto_props['ConnectionInterfaces'])
assertContains(cs.CONN_IFACE_AVATARS, proto_props['ConnectionInterfaces'])
assertContains(cs.CONN_IFACE_CONTACTS, proto_props['ConnectionInterfaces'])
- assertContains(cs.CONN_IFACE_PRESENCE, proto_props['ConnectionInterfaces'])
assertContains(cs.CONN_IFACE_SIMPLE_PRESENCE,
proto_props['ConnectionInterfaces'])
assertContains(cs.CONN_IFACE_REQUESTS, proto_props['ConnectionInterfaces'])