diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-02-23 10:07:50 +0100 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-02-23 10:07:50 +0100 |
commit | 957c495207b8c53ffa9d3622c24fdff4f31cebfa (patch) | |
tree | bdac05be2556ffc26c7a4fa8e1c86fa47b80a59f /tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml | |
parent | ba4e4b3973a00902ff0f3d9eb4650f5f61e76c78 (diff) | |
download | ayatana-indicator-sound-957c495207b8c53ffa9d3622c24fdff4f31cebfa.tar.gz ayatana-indicator-sound-957c495207b8c53ffa9d3622c24fdff4f31cebfa.tar.bz2 ayatana-indicator-sound-957c495207b8c53ffa9d3622c24fdff4f31cebfa.zip |
added integration test to check last running player
Diffstat (limited to 'tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml')
-rw-r--r-- | tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml b/tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml index 859cd46..daf82e5 100644 --- a/tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml +++ b/tests/service-mocks/accounts-mock/com.ubuntu.AccountsService.Sound.Mock.xml @@ -2,5 +2,6 @@ <node> <interface name="com.ubuntu.AccountsService.Sound"> <property name="Volume" type="d" access="readwrite"/> + <property name="LastRunningPlayer" type="s" access="readwrite"/> </interface> </node>
\ No newline at end of file |