diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-06-30 09:54:34 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-06-30 09:54:34 -0500 |
commit | 194e79302027047ae36146f6ec4e7c0e9c1d2fc2 (patch) | |
tree | d0ce34b82460f52322d3bc9215fc7d989e642731 /tests | |
parent | eebf8f911cedf5124ada2f91576f821da6f421b0 (diff) | |
download | ayatana-indicator-datetime-194e79302027047ae36146f6ec4e7c0e9c1d2fc2.tar.gz ayatana-indicator-datetime-194e79302027047ae36146f6ec4e7c0e9c1d2fc2.tar.bz2 ayatana-indicator-datetime-194e79302027047ae36146f6ec4e7c0e9c1d2fc2.zip |
Format the manual tests properly. Update the submitter/reviewer checklist.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index 17b4778..ecbcebb 100644 --- a/tests/manual +++ b/tests/manual @@ -22,3 +22,25 @@ Test-case indicator-datetime/unity8-items-check <dd>The menu is populated with items</dd> </dl> +Test-case indicator-datetime/new-alarm-wakeup +<dl> + <dt>Create and save an upcoming alarm in ubuntu-clock-app</dt> + <dt>Unplug the phone from any USB connection and put it to sleep</dt> + <dd>Confirm that the alarm sounds on time even if the phone is asleep. + (Note: if in doubt about sleep you can see in the syslog whether the + device actually suspended or whether the suspend was aborted)</dd> +</dl> + +Test-case indicator-datetime/edited-alarm-wakeup +<dl> + <dt>Edit an alarm that's already passed. (see previous test)</dt> + <dt>Unplug the phone from any USB connection and put it to sleep</dt> + <dd>Confirm that the alarm sounds on time even if the phone is asleep. + (Note: if in doubt about sleep you can see in the syslog whether the + device actually suspended or whether the suspend was aborted)</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>. + |