diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-01-28 19:15:59 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-01-28 19:15:59 +0000 |
commit | e1f1be9e181a3d00506b77c6201178e030fc0168 (patch) | |
tree | 5a0d7e2b25bc47903452446be831a9b6495f7238 /tests | |
parent | fe5d8d46225d9144e2c756c9d206d2ac73f6ad77 (diff) | |
parent | 12c742122d34578b23da54d49d4ae1b9bb6af87e (diff) | |
download | ayatana-indicator-datetime-e1f1be9e181a3d00506b77c6201178e030fc0168.tar.gz ayatana-indicator-datetime-e1f1be9e181a3d00506b77c6201178e030fc0168.tar.bz2 ayatana-indicator-datetime-e1f1be9e181a3d00506b77c6201178e030fc0168.zip |
Don't play calendar alarm sounds if Silent Mode is enabled. Use the alarm sound role for both clock and calendar alarms. Fixes: #1410874
Approved by: Antti Kaijanmäki, PS Jenkins bot
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index c283422..007f967 100644 --- a/tests/manual +++ b/tests/manual @@ -124,6 +124,19 @@ Test-case indicator-datetime/change-alarm-sound <dd>The newly-selected sound should play, rather than the previous sound.</dd> </dl> +Test-case indicator-datetime/silent-mode +<dl> + <dt>Set an alarm and wait for it to arrive.</dt> + <dt>From the sound indicator, turn on silent mode.</dt> + <dd>Alarm should go off at the specified time and play its sound regardless of silent mode.</dd> + <dt>From the sound indicator, turn on silent mode.</dt> + <dt>Create a calendar event from the calendar app and wait for it to arrive.</dt> + <dd>The calendar event notification should be silent.</dd> + <dt>From the sound indicator, turn off silent mode.</dt> + <dt>Create a calendar event from the calendar app and wait for it to arrive.</dt> + <dd>The calendar event notification should play a sound.</dd> +</dl> + <strong> If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>. |