aboutsummaryrefslogtreecommitdiff
path: root/tests/test-sound.cpp
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2016-04-26 21:43:03 -0300
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-29 14:37:39 +0200
commit04588f8bff4156dae76d8ef03d1bbd58fca9fdb7 (patch)
tree1fb735ec75ba0b309568b68be85ab0b2fa662e5b /tests/test-sound.cpp
parent47668a01943088e23bd586f5bb26110ad2867727 (diff)
downloadayatana-indicator-datetime-04588f8bff4156dae76d8ef03d1bbd58fca9fdb7.tar.gz
ayatana-indicator-datetime-04588f8bff4156dae76d8ef03d1bbd58fca9fdb7.tar.bz2
ayatana-indicator-datetime-04588f8bff4156dae76d8ef03d1bbd58fca9fdb7.zip
Update notifications to use the new calendar icon.
Diffstat (limited to 'tests/test-sound.cpp')
-rw-r--r--tests/test-sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-sound.cpp b/tests/test-sound.cpp
index 469b085..013c388 100644
--- a/tests/test-sound.cpp
+++ b/tests/test-sound.cpp
@@ -85,7 +85,7 @@ TEST_F(NotificationFixture, InteractiveDuration)
// confirm that the icon passed to Notify was "alarm-clock"
g_variant_get_child (params, 2, "&s", &str);
- ASSERT_STREQ("appointment", str);
+ ASSERT_STREQ("calendar", str);
// confirm that the hints passed to Notify included a timeout matching duration_minutes
int32_t i32;