diff options
author | charles kerr <charlesk@canonical.com> | 2015-12-19 21:14:52 -0600 |
---|---|---|
committer | charles kerr <charlesk@canonical.com> | 2015-12-19 21:14:52 -0600 |
commit | 937b0acb33b3494d1ee6d34943a3d7ded0b3445b (patch) | |
tree | 8b463d5f635aa1daae37d3b586908ae3a4dbe104 /tests/integration/test-indicator.cpp | |
parent | 9e54db50c17504289792ee12e4d785a69f2742ec (diff) | |
download | ayatana-indicator-sound-937b0acb33b3494d1ee6d34943a3d7ded0b3445b.tar.gz ayatana-indicator-sound-937b0acb33b3494d1ee6d34943a3d7ded0b3445b.tar.bz2 ayatana-indicator-sound-937b0acb33b3494d1ee6d34943a3d7ded0b3445b.zip |
bugfix: ensure integration tests work regardless of com.ubuntu.sound gsettings' values
Diffstat (limited to 'tests/integration/test-indicator.cpp')
-rw-r--r-- | tests/integration/test-indicator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index 1f357d7..dca0bb6 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -542,6 +542,7 @@ TEST_F(TestIndicator, DesktopChangeRoleVolume) { double INITIAL_VOLUME = 0.0; + EXPECT_TRUE(resetAllowAmplifiedVolume()); ASSERT_NO_THROW(startAccountsService()); ASSERT_NO_THROW(startPulseDesktop()); |