diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-03-25 10:43:06 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-03-25 10:43:06 -0500 |
commit | 432db089ea22325c85718d43e4fbe148cbb94109 (patch) | |
tree | b4604973721ce29235b8b15250bbe42ba8f708d1 /tests/test-exporter.cpp | |
parent | 3c5eda144d9d83be1aef24afaa307999975ec617 (diff) | |
download | ayatana-indicator-datetime-432db089ea22325c85718d43e4fbe148cbb94109.tar.gz ayatana-indicator-datetime-432db089ea22325c85718d43e4fbe148cbb94109.tar.bz2 ayatana-indicator-datetime-432db089ea22325c85718d43e4fbe148cbb94109.zip |
change the default alarm duration from 30 minutes to 10.
Diffstat (limited to 'tests/test-exporter.cpp')
-rw-r--r-- | tests/test-exporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-exporter.cpp b/tests/test-exporter.cpp index be8fcc3..d5118ac 100644 --- a/tests/test-exporter.cpp +++ b/tests/test-exporter.cpp @@ -222,7 +222,7 @@ TEST_F(ExporterFixture, AlarmProperties) g_clear_pointer (&haptic, g_free); /*** - **** Try chaning the DBus properties -- do the Settings change to match it? + **** Try changing the DBus properties -- do the Settings change to match it? ***/ expected_volume = 100; |