From 87df2bc27a610a6c815fd1c4c59c256990552dfe Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 5 Sep 2011 15:45:12 +0100 Subject: 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 --- tests/twisted/saluttest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3