aboutsummaryrefslogtreecommitdiff
path: root/tests/notifications-test.cc
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-10-02 12:46:54 +0200
committerXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-10-02 12:46:54 +0200
commite49548a7edb0d4d8a3420cc6c0be2b0e15f57bcf (patch)
tree08bc33da54c341d65a73700d977b2f3ab5e8b895 /tests/notifications-test.cc
parent33a73fad65c52fc324ad3d35a6d1305a1489958d (diff)
downloadayatana-indicator-sound-e49548a7edb0d4d8a3420cc6c0be2b0e15f57bcf.tar.gz
ayatana-indicator-sound-e49548a7edb0d4d8a3420cc6c0be2b0e15f57bcf.tar.bz2
ayatana-indicator-sound-e49548a7edb0d4d8a3420cc6c0be2b0e15f57bcf.zip
Updated to show a label stating the active output
Diffstat (limited to 'tests/notifications-test.cc')
-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 8d5617d..a096bb8 100644
--- a/tests/notifications-test.cc
+++ b/tests/notifications-test.cc
@@ -345,7 +345,7 @@ TEST_F(NotificationsTest, HighVolume) {
auto notev = notifications->getNotifications();
ASSERT_EQ(1, notev.size());
EXPECT_EQ("Volume", notev[0].summary);
- EXPECT_EQ("", notev[0].body);
+ EXPECT_EQ("Speakers", notev[0].body);
EXPECT_GVARIANT_EQ("@s 'false'", notev[0].hints["x-canonical-value-bar-tint"]);
/* Set high volume with volume change */