diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-26 21:43:03 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 04588f8bff4156dae76d8ef03d1bbd58fca9fdb7 (patch) | |
tree | 1fb735ec75ba0b309568b68be85ab0b2fa662e5b /tests/test-notification.cpp | |
parent | 47668a01943088e23bd586f5bb26110ad2867727 (diff) | |
download | ayatana-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-notification.cpp')
-rw-r--r-- | tests/test-notification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-notification.cpp b/tests/test-notification.cpp index b951cee..d660982 100644 --- a/tests/test-notification.cpp +++ b/tests/test-notification.cpp @@ -63,7 +63,7 @@ TEST_F(NotificationFixture,Notification) bool expected_notify_called; bool expected_vibrate_called; } test_appts[] = { - { appt, "appointment", "Event", true, true }, + { appt, "calendar", "Event", true, true }, { ualarm, "alarm-clock", "Alarm", true, true } }; |