aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--src/appointment.cpp1
-rw-r--r--tests/manual13
3 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a7aa247..2f8324c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+indicator-datetime (13.10.0+14.10.20141009-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Fix appointment comparison function to include the audio_url field
+ in its test. (LP: #1364949)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 09 Oct 2014 13:35:53 +0000
+
indicator-datetime (13.10.0+14.10.20141007-0ubuntu1) utopic; urgency=low
[ Charles Kerr ]
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 47ffb6f..b14a061 100644
--- a/tests/manual
+++ b/tests/manual
@@ -74,6 +74,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.