diff options
author | Ted Gould <ted@gould.cx> | 2014-10-10 10:36:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-10 10:36:46 -0500 |
commit | fdc1a9caf31a111b58046e1d9a60afdd67b861e2 (patch) | |
tree | 9a28ffd235b55b6a97b740b619501a6f8b6c532a /tests | |
parent | 7d3da01bc2850f96a6e803c529858aba4832beb2 (diff) | |
download | ayatana-indicator-datetime-fdc1a9caf31a111b58046e1d9a60afdd67b861e2.tar.gz ayatana-indicator-datetime-fdc1a9caf31a111b58046e1d9a60afdd67b861e2.tar.bz2 ayatana-indicator-datetime-fdc1a9caf31a111b58046e1d9a60afdd67b861e2.zip |
Removing newlines because the sed script can't handle them.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/manual b/tests/manual index 6a9f795..47ffb6f 100644 --- a/tests/manual +++ b/tests/manual @@ -33,9 +33,7 @@ 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> + <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> <dd>Confirm that the screen comes on when the alarm is triggered.<dd> <dd>If the device supports haptic feedback, confirm the alarm vibrates.</dd> </dl> @@ -53,8 +51,7 @@ Test-case indicator-datetime/snooze <dl> <dt>Create and save an upcoming alarm in ubuntu-clock-app</dt> <dt>When the alarm goes off, press the 'Snooze' button</dt> - <dd>The alarm should go away, then reappear N minutes later. - By default the N is 5 minutes but will be configurable from ubuntu-clock-app.</dd> + <dd>The alarm should go away, then reappear N minutes later. By default the N is 5 minutes but will be configurable from ubuntu-clock-app.</dd> <dt>When the snoozed alarm reappears, press the 'OK' button</dt> <dd>This time when the alarm is dismissed, it should not reappear.</dd> </dl> @@ -63,9 +60,7 @@ 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> + <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> <dd>Confirm that the screen comes on when the alarm is triggered.<dd> <dd>If the device supports haptic feedback, confirm the alarm vibrates.</dd> </dl> |