summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 14:00:35 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 14:02:11 +0200
commit7f75475456db722463544e83316ae23e1273830d (patch)
treed098637a874ce3247b1606ce8b1a3cef8f9aac14
parentbae41b190df64c17af6bd44affcbc96be7e8999f (diff)
downloadtelepathy-idle-7f75475456db722463544e83316ae23e1273830d.tar.gz
ContactAttributeInterfaces property has been removed
-rw-r--r--tests/twisted/contacts.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/twisted/contacts.py b/tests/twisted/contacts.py
index 17f8e07..0642df0 100644
--- a/tests/twisted/contacts.py
+++ b/tests/twisted/contacts.py
@@ -13,11 +13,6 @@ def test(q, bus, conn, stream):
interfaces = conn.Properties.Get(cs.CONN, "Interfaces")
assertContains(cs.CONN_IFACE_CONTACTS, interfaces)
- attr_ifaces = conn.Properties.Get(cs.CONN_IFACE_CONTACTS,
- "ContactAttributeInterfaces")
- assertContains(cs.CONN_IFACE_ALIASING, attr_ifaces)
- assertContains(cs.CONN_IFACE_CONTACT_INFO, attr_ifaces)
-
brillana, miriam = conn.get_contact_handles_sync(["brillana", "miriam"])
# First up, check that contact-id is always present