[next] telepathy-idle: ContactAttributeInterfaces property has been removed

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Sep 23 06:04:30 PDT 2013


Module: telepathy-idle
Branch: next
Commit: 7f75475456db722463544e83316ae23e1273830d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=7f75475456db722463544e83316ae23e1273830d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Sep 23 14:00:35 2013 +0200

ContactAttributeInterfaces property has been removed

---

 tests/twisted/contacts.py |    5 -----
 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



More information about the telepathy-commits mailing list