aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual10
-rw-r--r--tests/test-locations.cpp1
2 files changed, 10 insertions, 1 deletions
diff --git a/tests/manual b/tests/manual
index ecbcebb..c5c52bc 100644
--- a/tests/manual
+++ b/tests/manual
@@ -40,6 +40,16 @@ Test-case indicator-datetime/edited-alarm-wakeup
device actually suspended or whether the suspend was aborted)</dd>
</dl>
+Test-case indicator-datetime/tell-snap-decision-to-dismiss
+<dl>
+ <dt>Set an alarm and wait for it to arrive.</td>
+ <dd>Alarm should go off at the specified time</dd>
+ <dt>Press the 'Dismiss' button in the alarm's snap decision popup before the sound stops.</dt>
+ <dd>Popup should disappear</dd>
+ <dd>Sound should stop at the same time, rather than playing til the end of the file.</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>.
diff --git a/tests/test-locations.cpp b/tests/test-locations.cpp
index 65adbc7..48e845a 100644
--- a/tests/test-locations.cpp
+++ b/tests/test-locations.cpp
@@ -139,7 +139,6 @@ TEST_F(LocationsFixture, ChangeLocationStrings)
EXPECT_EQ("Europe/London", l[3].zone());
EXPECT_EQ("Berlin", l[4].name());
EXPECT_EQ("Europe/Berlin", l[4].zone());
- locations_changed = false;
}
TEST_F(LocationsFixture, ChangeLocationVisibility)