aboutsummaryrefslogtreecommitdiff
path: root/tests/test-notification.cpp
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2016-04-27 14:31:28 -0300
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-29 14:37:39 +0200
commit7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa (patch)
tree7744b8e3b4df771805d4ff600dfaab356eac479e /tests/test-notification.cpp
parent02ea97a63928c5da4ca1882d34ae61076b06c945 (diff)
downloadayatana-indicator-datetime-7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa.tar.gz
ayatana-indicator-datetime-7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa.tar.bz2
ayatana-indicator-datetime-7ecfadf5eb61fe32332293ec6de2fe18bfedf0fa.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.cpp2
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 }
};