diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-27 14:31:28 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-06 11:49:07 +0200 |
commit | 76e3bd94724e9bc7bedd24548103e31d85334d53 (patch) | |
tree | 7ae6ec836aba1b2d29c780b765760d7b22ed8b43 /tests/test-notification.cpp | |
parent | ec226fce51ed4ba7f16c5f1d3f87c180c6335918 (diff) | |
download | ayatana-indicator-datetime-76e3bd94724e9bc7bedd24548103e31d85334d53.tar.gz ayatana-indicator-datetime-76e3bd94724e9bc7bedd24548103e31d85334d53.tar.bz2 ayatana-indicator-datetime-76e3bd94724e9bc7bedd24548103e31d85334d53.zip |
Only creates messaging menu if calendar app is instaled. Update tests.
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 d660982..d04cc8d 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, "calendar", "Event", true, true }, + { appt, "calendar-app", "Event", true, true }, { ualarm, "alarm-clock", "Alarm", true, true } }; |