diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-09-05 15:45:12 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-09-05 15:46:24 +0100 |
commit | 87df2bc27a610a6c815fd1c4c59c256990552dfe (patch) | |
tree | 02ac6aeacde226a633309490588fd62531503e7e /tests | |
parent | 76fb29dab308aa6024bdfe5db329a155635fe620 (diff) |
saluttest: s/member-ids/contact-ids/
This was a typo in tp-glib, fixed in 6c133651 -- version 0.14.6.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/twisted/saluttest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py index 0ab6d3c..c168a77 100644 --- a/tests/twisted/saluttest.py +++ b/tests/twisted/saluttest.py @@ -204,7 +204,7 @@ def wait_for_contact_in_publish(q, bus, conn, contact_name): e = q.expect('dbus-signal', signal='MembersChangedDetailed', path=publish) for h in e.args[0]: - name = e.args[4]['member-ids'][h] + name = e.args[4]['contact-ids'][h] if name == contact_name: handle = h |