diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-09-25 10:31:24 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-09-25 10:31:24 +0200 |
commit | 5d88ce9836c1d32abfd369e650354ed855ec4654 (patch) | |
tree | 89bec140f86d907b747683ab7c53b555ed0f10ff /tests/integration/indicator-sound-test-base.h | |
parent | 035626d4df388a10e65226a81bd380f277fb12d2 (diff) | |
download | ayatana-indicator-sound-5d88ce9836c1d32abfd369e650354ed855ec4654.tar.gz ayatana-indicator-sound-5d88ce9836c1d32abfd369e650354ed855ec4654.tar.bz2 ayatana-indicator-sound-5d88ce9836c1d32abfd369e650354ed855ec4654.zip |
Added attribute_not_set to gmenuharness, added tests for player control buttons
Diffstat (limited to 'tests/integration/indicator-sound-test-base.h')
-rw-r--r-- | tests/integration/indicator-sound-test-base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/indicator-sound-test-base.h b/tests/integration/indicator-sound-test-base.h index 741580b..00ccf1a 100644 --- a/tests/integration/indicator-sound-test-base.h +++ b/tests/integration/indicator-sound-test-base.h @@ -53,6 +53,8 @@ protected: bool startTestMprisPlayer(QString const& playerName); + bool setTestMprisPlayerProperty(QString const &testPlayer, QString const &property, bool value); + bool setStreamRestoreVolume(QString const &role, double volume); bool setSinkVolume(double volume); |