[Bug 40393] No change notification on Account.Interface.Addressing.URISchemes
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 8 12:53:57 CET 2013
https://bugs.freedesktop.org/show_bug.cgi?id=40393
--- Comment #8 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Comment on attachment 72628
--> https://bugs.freedesktop.org/attachment.cgi?id=72628
MC patch
Review of attachment 72628:
--> (https://bugs.freedesktop.org/page.cgi?id=splinter.html&bug=40393&attachment=72628)
-----------------------------------------------------------------
::: tests/twisted/account/addressing.py
@@ +53,5 @@
> assertEquals (uri_schemes, ['email'])
>
> + e = q.expect('dbus-signal', signal='PropertiesChanged')
> + assertEquals (e.args, [ cs.ACCOUNT_IFACE_ADDRESSING,
> + { cs.ACCOUNT_IFACE_ADDRESSING + '.URISchemes' : ['email'] }, [] ])
This would be more illustrative if it added a second URI scheme, to demonstrate
that when we add 'telnet' having already added 'email', the signal says
['email', 'telnet'].
Total nitpicking: the URI scheme is 'mailto' :-P
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list