From da9efdc504926972fc578ebd4edb3c759d419a4d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 31 Jan 2014 14:09:51 -0600 Subject: Adding basic acceptance tests --- tests/manual | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/manual diff --git a/tests/manual b/tests/manual new file mode 100644 index 0000000..201465c --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +Test-case indicator-sound/unity7-items-check +
+
Log in to a Unity 7 user session
+
Go to the panel and click on the Sound indicator
+
Ensure there are items in the menu
+
+ +Test-case indicator-sound/unity7-greeter-items-check +
+
Start a system and wait for the greeter or logout of the current user session
+
Go to the panel and click on the Sound indicator
+
Ensure there are items in the menu
+
+ +Test-case indicator-sound/unity8-items-check +
+
Login to a user session running Unity 8
+
Pull down the top panel until it sticks open
+
Navigate through the tabs until "Sound" is shown
+
Sound is at the top of the menu
+
The menu is populated with items
+
+ -- cgit v1.2.3 From 8174c565f1315fb007363a8956152c978553af7d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 31 Jan 2014 14:09:52 -0600 Subject: Adding merge review policy --- MERGE-REVIEW | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 MERGE-REVIEW diff --git a/MERGE-REVIEW b/MERGE-REVIEW new file mode 100644 index 0000000..1b7ff95 --- /dev/null +++ b/MERGE-REVIEW @@ -0,0 +1,19 @@ + +This documents the expections that the project has on what both submitters +and reviewers should ensure that they've done for a merge into the project. + +== Submitter Responsibilities == + + * Ensure the project compiles and the test suite executes without error + * Ensure that non-obvious code has comments explaining it + * If the change works on specific profiles, please include those in the merge description. + +== Reviewer Responsibilities == + + * Did the Jenkins build compile? Pass? Run unit tests successfully? + * Are there appropriate tests to cover any new functionality? + * If the description says this effects the phone profile: + * Run tests indicator-sound/unity8* + * If the description says this effects the desktop profile: + * Run tests indicator-sound/unity7* + -- cgit v1.2.3