aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2016-03-01 10:41:41 +0100
committerXavi Garcia Mena <xavi.garcia.mena@canonical.com>2016-03-01 10:41:41 +0100
commitf23ef0a3d5d2195d3174643bbd9df0bbe3b59ad2 (patch)
tree1e5f856d7fbc5b5050313c2e5e8ff73125d521ac /tests
parent0fe4ec98a470a992eee9f8ed7e404fe767a82076 (diff)
downloadayatana-indicator-sound-f23ef0a3d5d2195d3174643bbd9df0bbe3b59ad2.tar.gz
ayatana-indicator-sound-f23ef0a3d5d2195d3174643bbd9df0bbe3b59ad2.tar.bz2
ayatana-indicator-sound-f23ef0a3d5d2195d3174643bbd9df0bbe3b59ad2.zip
Set warning volume to the maximum allowed when the user presses cancel
Diffstat (limited to 'tests')
-rw-r--r--tests/notifications-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notifications-test.cc b/tests/notifications-test.cc
index fb55f6a..d66c242 100644
--- a/tests/notifications-test.cc
+++ b/tests/notifications-test.cc
@@ -559,7 +559,7 @@ TEST_F(NotificationsTest, TriggerWarning) {
} test_volumes[] = {
{ false, 50, 100 },
{ false, 99, 100 },
- { true, 100, 100 },
+ { false, 100, 100 }, // Whenever you increase volume... such that acoustic output would be *MORE* than 85 dBA
{ true, 101, 100 }
};