From 31b4459a318cd60bfb709ce9aaca960e2c897374 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 31 Jan 2014 14:24:10 -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..15ee5f6 --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +Test-case indicator-session/unity7-items-check +
+
Log in to a Unity 7 user session
+
Go to the panel and click on the Session indicator
+
Ensure there are items in the menu
+
+ +Test-case indicator-session/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 Session indicator
+
Ensure there are items in the menu
+
+ +Test-case indicator-session/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 "Session" is shown
+
Session is at the top of the menu
+
The menu is populated with items
+
+ -- cgit v1.2.3 From d6d828a97bb3e32883d3f86fc8e1cee9c90dabd1 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 31 Jan 2014 14:24:10 -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..7a7f11a --- /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-session/unity8* + * If the description says this effects the desktop profile: + * Run tests indicator-session/unity7* + -- cgit v1.2.3