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
committerRobert Tari <robert@tari.in>2021-07-06 02:33:57 +0200
commit0cfd764abbb319aa994788e993267d75bb955ccd (patch)
tree1b72a802e3b4b7bcba790491157aa0c0cd590e5f /tests/test-sound.cpp
parentba5a55ca476fef0fdb3a4f0bdd53fe771ea272c7 (diff)
downloadayatana-indicator-datetime-0cfd764abbb319aa994788e993267d75bb955ccd.tar.gz
ayatana-indicator-datetime-0cfd764abbb319aa994788e993267d75bb955ccd.tar.bz2
ayatana-indicator-datetime-0cfd764abbb319aa994788e993267d75bb955ccd.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;