diff options
author | Ted Gould <ted@gould.cx> | 2014-01-31 21:04:23 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2014-01-31 21:04:23 +0000 |
commit | 2ce1ecaf732f15cacd24ec25a19d1f18e036e0f0 (patch) | |
tree | 1e1058705f7f3fec1f7f0d2090025cd9bab566d2 | |
parent | e2b4b2579a785c8653cf031013d78562c57dfb7b (diff) | |
parent | 2d34dda2ec4266697e2b4920fcc4afd50fe4fcd0 (diff) | |
download | ayatana-indicator-keyboard-2ce1ecaf732f15cacd24ec25a19d1f18e036e0f0.tar.gz ayatana-indicator-keyboard-2ce1ecaf732f15cacd24ec25a19d1f18e036e0f0.tar.bz2 ayatana-indicator-keyboard-2ce1ecaf732f15cacd24ec25a19d1f18e036e0f0.zip |
Adding acceptance tests and merge review policies.
Approved by PS Jenkins bot, Charles Kerr.
-rw-r--r-- | MERGE-REVIEW | 19 | ||||
-rw-r--r-- | tests/manual | 24 |
2 files changed, 43 insertions, 0 deletions
diff --git a/MERGE-REVIEW b/MERGE-REVIEW new file mode 100644 index 00000000..9f43fc0d --- /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-keyboard/unity8* + * If the description says this effects the desktop profile: + * Run tests indicator-keyboard/unity7* + diff --git a/tests/manual b/tests/manual new file mode 100644 index 00000000..9d94d5ec --- /dev/null +++ b/tests/manual @@ -0,0 +1,24 @@ + +Test-case indicator-keyboard/unity7-items-check +<dl> + <dt>Log in to a Unity 7 user session</dt> + <dt>Go to the panel and click on the Keyboard indicator</dt> + <dd>Ensure there are items in the menu</dd> +</dl> + +Test-case indicator-keyboard/unity7-greeter-items-check +<dl> + <dt>Start a system and wait for the greeter or logout of the current user session</dt> + <dt>Go to the panel and click on the Keyboard indicator</dt> + <dd>Ensure there are items in the menu</dd> +</dl> + +Test-case indicator-keyboard/unity8-items-check +<dl> + <dt>Login to a user session running Unity 8</dt> + <dt>Pull down the top panel until it sticks open</dt> + <dt>Navigate through the tabs until "Keyboard" is shown</dt> + <dd>Keyboard is at the top of the menu</dd> + <dd>The menu is populated with items</dd> +</dl> + |