[next] telepathy-haze: caps test: correct changed GetContactAttributes call
Jonny Lamb
jonny at kemper.freedesktop.org
Wed May 2 08:34:25 PDT 2012
Module: telepathy-haze
Branch: next
Commit: 4c7f200a531fd95ef3692186f556c110742291e2
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=4c7f200a531fd95ef3692186f556c110742291e2
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Wed May 2 15:52:36 2012 +0100
caps test: correct changed GetContactAttributes call
The b:Hold parameter has been removed.
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
tests/twisted/simple-caps.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/simple-caps.py b/tests/twisted/simple-caps.py
index a16f551..e563003 100644
--- a/tests/twisted/simple-caps.py
+++ b/tests/twisted/simple-caps.py
@@ -27,8 +27,7 @@ def check_rccs(conn, handle):
check_text_only(rccs[handle])
attrs = conn.Contacts.GetContactAttributes([handle],
- [cs.CONN_IFACE_CONTACT_CAPS],
- False)
+ [cs.CONN_IFACE_CONTACT_CAPS])
rccs = attrs[handle][cs.CONN_IFACE_CONTACT_CAPS + '/capabilities']
check_text_only(rccs)
More information about the telepathy-commits
mailing list