telepathy-haze: simple-caps: stop relying on GetContactCapabilities

Simon McVittie smcv at kemper.freedesktop.org
Mon Sep 23 08:12:13 PDT 2013


Module: telepathy-haze
Branch: master
Commit: 4eeb0fe866aed281fa36f94bafdbccf1c828968b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=4eeb0fe866aed281fa36f94bafdbccf1c828968b

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 17 16:11:20 2013 +0100

simple-caps: stop relying on GetContactCapabilities

0.99.1 doesn't have it.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69619
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 tests/twisted/simple-caps.py |    6 +-----
 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)



More information about the telepathy-commits mailing list