diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 16:48:00 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-31 16:48:00 -0500 |
commit | 4148750ea93e67e5d9aaa15ebc8e3c7a5a5554f1 (patch) | |
tree | 377c816b3c5401a9571573661aad8a6f09974c4c /tests | |
parent | 43e0fb826aa3a5acfd8937438989231804b4c400 (diff) | |
download | ayatana-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')
-rw-r--r-- | tests/test-settings.cpp | 1 |
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) |