Confirmed users
1,927
edits
(Rewording a few things to make the instructions more clear.) |
(Remove test cases involving r+s in BMO) |
||
| Line 201: | Line 201: | ||
====Results==== | ====Results==== | ||
# The Phabricator attachment on Bugzilla is present. | # The Phabricator attachment on Bugzilla is present. | ||
# Reviewer received an email from author with a text "{author} added a reviewer: {reviewer}" | # Reviewer received an email from author with a text "{author} added a reviewer: {reviewer}" | ||
# Author received an email from reviewer with a text "{reviewer} accepted this revision." | # Author received an email from reviewer with a text "{reviewer} accepted this revision." | ||
# Author received an email from reviewer with a text "{reviewer} requested changes to this revision." | # Author received an email from reviewer with a text "{reviewer} requested changes to this revision." | ||
=== T9 | === T9 - Abandoning a revision obsoletes the attachment === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 251: | Line 217: | ||
# The bug has one obsolete attachment listed, linking to the created revision. | # The bug has one obsolete attachment listed, linking to the created revision. | ||
=== | === T10 - Reclaiming a revision unobsoletes the attachment === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 259: | Line 225: | ||
# The bug's Phabricator attachment is unobsoleted. | # The bug's Phabricator attachment is unobsoleted. | ||
=== | === T11 - Creating a Diff from local git repository to remote Mercurial repository is not allowed === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 271: | Line 237: | ||
ERR-CONDUIT-CORE: Local VCS (git) is different from the remote repository VCS (hg). | ERR-CONDUIT-CORE: Local VCS (git) is different from the remote repository VCS (hg). | ||
=== | === T12 - Patching Diff created from git repository === | ||
====Test Plan==== | ====Test Plan==== | ||
| Line 282: | Line 248: | ||
# Code is sucessfully patched using the Diff. | # Code is sucessfully patched using the Diff. | ||
=== | === T13 - Verify the private revisions deliver emails that does not contain any sensitive content === | ||
Your Bugzilla user must belong to a security group, e.g. core-security. | Your Bugzilla user must belong to a security group, e.g. core-security. | ||