aboutsummaryrefslogtreecommitdiff
path: root/tests/test-settings.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-31 16:48:00 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-31 16:48:00 -0500
commit4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1 (patch)
tree377c816b3c5401a9571573661aad8a6f09974c4c /tests/test-settings.cpp
parent43e0fb826aa3a5acfd8937438989231804b4c400 (diff)
downloadayatana-indicator-datetime-4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1.tar.gz
ayatana-indicator-datetime-4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1.tar.bz2
ayatana-indicator-datetime-4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1.zip
configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSettings schema and to our Settings object
Diffstat (limited to 'tests/test-settings.cpp')
-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 44a0252..4fb0a08 100644
--- a/tests/test-settings.cpp
+++ b/tests/test-settings.cpp
@@ -159,6 +159,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->alarm_haptic, SETTINGS_ALARM_HAPTIC_S);
}
TEST_F(SettingsFixture, TimeFormatMode)