summaryrefslogtreecommitdiff
path: root/tests/twisted/salut/status.py
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-20 15:50:01 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-20 15:50:37 +0100
commit2ce6227468c403cc6dbbfb21d2dd0524d3cf9256 (patch)
treef77120baba032b0d66c4fffb75c42496e218b837 /tests/twisted/salut/status.py
parentf712a7db97f646fbde443bad9f5246092a7c510e (diff)
caps_helper: copy newer version from gabble and everything it depends on
We need data form support. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/twisted/salut/status.py')
-rw-r--r--tests/twisted/salut/status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/salut/status.py b/tests/twisted/salut/status.py
index 6218d28..46e634b 100644
--- a/tests/twisted/salut/status.py
+++ b/tests/twisted/salut/status.py
@@ -63,7 +63,7 @@ def test(q, bus, conn):
# immediately.
# announce a contact with the right caps
- ver = compute_caps_hash([], [ycs.CAPABILITIES_PREFIX + CAP_NAME + '+notify'], [])
+ ver = compute_caps_hash([], [ycs.CAPABILITIES_PREFIX + CAP_NAME + '+notify'], {})
txt_record = { "txtvers": "1", "status": "avail",
"node": CLIENT_NAME, "ver": ver, "hash": "sha-1"}
contact_name = "test-status@" + get_host_name()