From 0a7342ad2b88e0c35d818ba4feecbe1f897e897e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 13 Feb 2015 08:59:11 -0600 Subject: Fine change test --- tests/notifications-test.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/notifications-test.cc b/tests/notifications-test.cc index 1b101f5..74be5d0 100644 --- a/tests/notifications-test.cc +++ b/tests/notifications-test.cc @@ -153,4 +153,11 @@ TEST_F(NotificationsTest, VolumeChanges) { loop(50); notev = notifications->getNotifications(); ASSERT_EQ(0, notev.size()); + + /* Change just a little */ + notifications->clearNotifications(); + volume_control_set_volume(volumeControl.get(), 60.001); + loop(50); + notev = notifications->getNotifications(); + ASSERT_EQ(0, notev.size()); } -- cgit v1.2.3