diff options
-rw-r--r-- | src/appointment.cpp | 1 | ||||
-rw-r--r-- | tests/manual | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/appointment.cpp b/src/appointment.cpp index 98cc062..f98e155 100644 --- a/src/appointment.cpp +++ b/src/appointment.cpp @@ -32,6 +32,7 @@ bool Appointment::operator==(const Appointment& that) const return (color==that.color) && (summary==that.summary) && (url==that.url) + && (audio_url==that.audio_url) && (uid==that.uid) && (has_alarms==that.has_alarms) && (begin==that.begin) diff --git a/tests/manual b/tests/manual index ae7f080..0171213 100644 --- a/tests/manual +++ b/tests/manual @@ -79,6 +79,19 @@ Test-case indicator-datetime/tell-snap-decision-to-dismiss <dd>Sound should stop at the same time, rather than playing til the end of the file.</dd> </dl> +Test-case indicator-datetime/change-alarm-sound +<dl> + <dt>Open the clock app</dt> + <dt>Swipe up from the bottom</dt> + <dt>Click on the + symbol</dt> + <dt>Save an alarm for a few minutes time leave everything on default settings</dt> + <dt>Click on save</dt> + <dt>Click on the alarm</dt> + <dt>Change the sound of the alarm</dt> + <dt>Click on save</dt> + <dt>Let the alarm go off</dt> + <dd>The newly-selected sound should play, rather than the previous sound.</dd> +</dl> <strong> If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. |