[Pkg-telepathy-commits] [telepathy-mission-control-6] 68/280: AliasesChanged now takes an a{us}, not an a(us)

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 6d65636903b70cab4aeb5b8195d60ec7bb4c0902
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct 2 20:11:49 2013 +0100

    AliasesChanged now takes an a{us}, not an a(us)
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54879
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
 tests/twisted/account-manager/nickname.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/account-manager/nickname.py b/tests/twisted/account-manager/nickname.py
index b128942..e711a06 100644
--- a/tests/twisted/account-manager/nickname.py
+++ b/tests/twisted/account-manager/nickname.py
@@ -117,8 +117,8 @@ def test(q, bus, mc, nickname):
 
     # Another client changes our alias remotely
     q.dbus_emit(conn.object_path, cs.CONN_IFACE_ALIASING, 'AliasesChanged',
-            dbus.Array([(conn.self_handle, 'wjt'), (someone_else, 'mardy')],
-                signature='(us)'), signature='a(us)')
+            {conn.self_handle: 'wjt', someone_else: 'mardy'},
+            signature='a{us}')
 
     q.expect('dbus-signal', path=account.object_path,
             signal='AccountPropertyChanged', interface=cs.ACCOUNT,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list