From f23ef0a3d5d2195d3174643bbd9df0bbe3b59ad2 Mon Sep 17 00:00:00 2001 From: Xavi Garcia Mena Date: Tue, 1 Mar 2016 10:41:41 +0100 Subject: Set warning volume to the maximum allowed when the user presses cancel --- tests/notifications-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/notifications-test.cc') 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 } }; -- cgit v1.2.3