diff options
author | Arthur Mello <arthur.mello@canonical.com> | 2016-06-23 16:04:50 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | f3f17677a2718fb47cda50cd6c64c9650448ea2e (patch) | |
tree | 3bba3d8d41defbd53e3c77bac752c2c6fa78dc96 /tests/test-notification.cpp | |
parent | 525a38eb600292ffb764f6b5de058f9ba6ddd2b8 (diff) | |
download | ayatana-indicator-datetime-f3f17677a2718fb47cda50cd6c64c9650448ea2e.tar.gz ayatana-indicator-datetime-f3f17677a2718fb47cda50cd6c64c9650448ea2e.tar.bz2 ayatana-indicator-datetime-f3f17677a2718fb47cda50cd6c64c9650448ea2e.zip |
Set calendar notification settings to true in case GSettings schema is not available Make sure calendar notification settings are correct during tests
Diffstat (limited to 'tests/test-notification.cpp')
-rw-r--r-- | tests/test-notification.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-notification.cpp b/tests/test-notification.cpp index b84c6f8..58c0760 100644 --- a/tests/test-notification.cpp +++ b/tests/test-notification.cpp @@ -119,6 +119,10 @@ TEST_F(NotificationFixture,Notification) // set test case properties: cal_notification_enabled settings->cal_notification_enabled.set(test_disabled.cal_notification_enabled); + settings->cal_notification_sounds.set(test_disabled.cal_notification_enabled); + settings->cal_notification_vibrations.set(test_disabled.cal_notification_enabled); + settings->cal_notification_bubbles.set(test_disabled.cal_notification_enabled); + settings->cal_notification_list.set(test_disabled.cal_notification_enabled); // set test case properties: haptic mode settings->alarm_haptic.set(test_haptic.haptic_mode); |