diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-26 12:01:16 +0100 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-26 12:01:16 +0100 |
commit | 698baf72cd6a606d9c8101c31e0d40b38d48a8bb (patch) | |
tree | 93c3ffbc9bb122892981cd79e7ee875cb2a2e883 /tests/dbus-types | |
parent | dc719904611197a1f01fc4034f4678ffae556491 (diff) | |
download | ayatana-indicator-sound-698baf72cd6a606d9c8101c31e0d40b38d48a8bb.tar.gz ayatana-indicator-sound-698baf72cd6a606d9c8101c31e0d40b38d48a8bb.tar.bz2 ayatana-indicator-sound-698baf72cd6a606d9c8101c31e0d40b38d48a8bb.zip |
Changed unit test to wait for the indicator to connect the user accounts
Diffstat (limited to 'tests/dbus-types')
-rw-r--r-- | tests/dbus-types/org.freedesktop.Accounts.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/dbus-types/org.freedesktop.Accounts.xml b/tests/dbus-types/org.freedesktop.Accounts.xml index d9c6b2a..f284d54 100644 --- a/tests/dbus-types/org.freedesktop.Accounts.xml +++ b/tests/dbus-types/org.freedesktop.Accounts.xml @@ -1,8 +1,13 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> <node> <interface name="org.freedesktop.Accounts"> <method name="FindUserByName"> <arg direction="in" type="s" name="user" /> <arg direction="out" type="o" name="path" /> </method> + <method name="FindUserById"> + <arg direction="in" type="x" name="uid" /> + <arg direction="out" type="o" name="path" /> + </method> </interface> </node> |