summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-07-20 19:22:21 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-07-20 19:26:47 +0100
commit18daeb539a5a1adf55fa5c118a82022e4e140255 (patch)
tree9a4b5091ff96b20018742c892e4948b15d0836e0 /tests
parent92a8194e918876567b2dc46a4098879e5fe46654 (diff)
Contacts: add stub support for ContactInfo
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/contacts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/contacts.py b/tests/twisted/contacts.py
index 96a3ec3..1e83f35 100644
--- a/tests/twisted/contacts.py
+++ b/tests/twisted/contacts.py
@@ -16,6 +16,7 @@ def test(q, bus, conn, stream):
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.RequestHandles(cs.HT_CONTACT,
["brillana", "miriam"])