aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2018-03-26 16:26:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-26 21:07:40 +0000
commit2e14b67ca57829d097b9e850e95b96934ec7d97d (patch)
tree45b9248d5ed794527ebf84d8c100018ed1d13a67 /tests
parentc8ec1314bd2e92529fdeaf05cbead67eef7e2320 (diff)
downloadayatana-indicator-datetime-2e14b67ca57829d097b9e850e95b96934ec7d97d.tar.gz
ayatana-indicator-datetime-2e14b67ca57829d097b9e850e95b96934ec7d97d.tar.bz2
ayatana-indicator-datetime-2e14b67ca57829d097b9e850e95b96934ec7d97d.zip
honor gsettings for calendar events
Diffstat (limited to 'tests')
-rw-r--r--tests/test-settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-settings.cpp b/tests/test-settings.cpp
index fabb6f7..dff9487 100644
--- a/tests/test-settings.cpp
+++ b/tests/test-settings.cpp
@@ -160,6 +160,7 @@ TEST_F(SettingsFixture, StringProperties)
TestStringProperty(m_settings->custom_time_format, SETTINGS_CUSTOM_TIME_FORMAT_S);
TestStringProperty(m_settings->timezone_name, SETTINGS_TIMEZONE_NAME_S);
TestStringProperty(m_settings->alarm_sound, SETTINGS_ALARM_SOUND_S);
+ TestStringProperty(m_settings->calendar_sound, SETTINGS_CALENDAR_SOUND_S);
TestStringProperty(m_settings->alarm_haptic, SETTINGS_ALARM_HAPTIC_S);
}