diff options
author | Arthur Mello <arthur.mello@canonical.com> | 2016-06-24 09:26:06 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 686579f67c368512ac36267dd5bd13eff2a0abb5 (patch) | |
tree | 5525b86c8f89e1ab9b18d83dc6de5a5d1c42ba72 /tests/test-notification.cpp | |
parent | f3f17677a2718fb47cda50cd6c64c9650448ea2e (diff) | |
download | ayatana-indicator-datetime-686579f67c368512ac36267dd5bd13eff2a0abb5.tar.gz ayatana-indicator-datetime-686579f67c368512ac36267dd5bd13eff2a0abb5.tar.bz2 ayatana-indicator-datetime-686579f67c368512ac36267dd5bd13eff2a0abb5.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) { |