diff options
author | Arthur Mello <arthur.mello@canonical.com> | 2016-06-24 09:26:06 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-08 00:29:23 +0200 |
commit | c0f53270674c6dbfe2eadf38e999c2536c4af4e3 (patch) | |
tree | 1331e290db393b93b3f01fbfe2bff73164f01ddd /tests/test-notification.cpp | |
parent | 033735a671e29307271f0a900b8b10090f28f153 (diff) | |
download | ayatana-indicator-datetime-c0f53270674c6dbfe2eadf38e999c2536c4af4e3.tar.gz ayatana-indicator-datetime-c0f53270674c6dbfe2eadf38e999c2536c4af4e3.tar.bz2 ayatana-indicator-datetime-c0f53270674c6dbfe2eadf38e999c2536c4af4e3.zip |
Make sure that calendar settings do not affect alarm notifications
Diffstat (limited to 'tests/test-notification.cpp')
-rw-r--r-- | tests/test-notification.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test-notification.cpp b/tests/test-notification.cpp index 58c0760..0db6ab9 100644 --- a/tests/test-notification.cpp +++ b/tests/test-notification.cpp @@ -230,6 +230,12 @@ TEST_F(NotificationFixture,Response) }; + settings->cal_notification_enabled.set(true); + settings->cal_notification_sounds.set(true); + settings->cal_notification_vibrations.set(true); + settings->cal_notification_bubbles.set(true); + settings->cal_notification_list.set(true); + // walk through the tests for (const auto& test : tests) { |