summaryrefslogtreecommitdiff
path: root/tests/twisted/simple-caps.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/simple-caps.py')
-rw-r--r--tests/twisted/simple-caps.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/twisted/simple-caps.py b/tests/twisted/simple-caps.py
index 862a2de..d580c82 100644
--- a/tests/twisted/simple-caps.py
+++ b/tests/twisted/simple-caps.py
@@ -18,12 +18,8 @@ def check_text_only(rccs):
cs.TARGET_HANDLE_TYPE: cs.HT_CONTACT
}, [cs.TARGET_HANDLE])], rccs)
-# assert GetContactCaps and GetContactAttributes returns just text caps
+# assert just text caps
def check_rccs(conn, handle):
- rccs = conn.ContactCapabilities.GetContactCapabilities([handle])
- assertEquals(1, len(rccs))
- check_text_only(rccs[handle])
-
attrs = conn.Contacts.GetContactAttributes([handle],
[cs.CONN_IFACE_CONTACT_CAPS],
False)