From 47e3db9dc8d10d6518554a761418be976413f987 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 3 Jul 2014 15:55:56 -0500 Subject: add manual test --- tests/manual | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/manual b/tests/manual index ecbcebb..fb4c41c 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) +Test-case indicator-datetime/tell-snap-decision-to-dismiss +
+
Set an alarm and wait for it to arrive. +
Alarm should go off at the specified time
+
Press the 'Dismiss' button in the alarm's snap decision popup
+
Popup should disappear
+
Sound should stop
+
+ + If all actions produce the expected results listed, please submit a 'passed' result. If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result. -- cgit v1.2.3 From 19e94ca5179704ee5d0e7514ac9fdece6d678d34 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 7 Jul 2014 20:36:59 -0500 Subject: copyedit the new manual test for clarity. --- tests/manual | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/manual b/tests/manual index fb4c41c..c5c52bc 100644 --- a/tests/manual +++ b/tests/manual @@ -44,9 +44,9 @@ Test-case indicator-datetime/tell-snap-decision-to-dismiss
Set an alarm and wait for it to arrive.
Alarm should go off at the specified time
-
Press the 'Dismiss' button in the alarm's snap decision popup
+
Press the 'Dismiss' button in the alarm's snap decision popup before the sound stops.
Popup should disappear
-
Sound should stop
+
Sound should stop at the same time, rather than playing til the end of the file.
-- cgit v1.2.3 From 3c78427b294d9c52ec265ab2e7533bf535a0c89d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 13 Jul 2014 17:22:57 -0500 Subject: silence dead store assignment found by clang static analyzer --- tests/test-locations.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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) -- cgit v1.2.3