Closed
Bug 1108993
Opened 10 years ago
Closed 10 years ago
Refactor testAdons_uninstallTheme from multiple files into a single file
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Tracking
(firefox37 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox37 | --- | fixed |
People
(Reporter: daniela.domnici, Assigned: daniela.domnici)
References
Details
Attachments
(1 file, 2 obsolete files)
9.57 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
Combined three tests from testAddons_uninstallTheme into one test.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8533646 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533646 -
Flags: review?(andreea.matei)
Comment 2•10 years ago
|
||
Comment on attachment 8533646 [details] [diff] [review]
patch_V1
Review of attachment 8533646 [details] [diff] [review]:
-----------------------------------------------------------------
Update the commit message.
You should also remove [include:testAddons_uninstallTheme/manifest.ini] from firefox/tests/functional/restartTests/manifest.ini
::: firefox/tests/functional/testAddons/testUninstallTheme.js
@@ +64,5 @@
> /**
> * Test installing a theme
> */
> function testInstallTheme() {
> + persisted.nextTest = "testThemeIsUninstalled";
The next test should be "testThemeIsInstalled"
@@ +108,5 @@
> +function testThemeIsUninstalled() {
> + addonsManager.open();
> +
> + var theme = addonsManager.getAddons({attribute: "value",
> + value: THEME.id});
This can stay on the previous line
Attachment #8533646 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533646 -
Flags: review?(andreea.matei)
Attachment #8533646 -
Flags: review-
Assignee | ||
Comment 3•10 years ago
|
||
Updated patch
Attachment #8533646 -
Attachment is obsolete: true
Attachment #8536414 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8536414 -
Flags: review?(andreea.matei)
Assignee | ||
Updated•10 years ago
|
status-firefox34:
--- → affected
status-firefox35:
--- → affected
status-firefox36:
--- → affected
status-firefox37:
--- → affected
status-firefox-esr31:
--- → affected
Assignee | ||
Comment 4•10 years ago
|
||
Updated patch
Attachment #8536414 -
Attachment is obsolete: true
Attachment #8536414 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8536414 -
Flags: review?(andreea.matei)
Attachment #8537833 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8537833 -
Flags: review?(andreea.matei)
Comment 5•10 years ago
|
||
Comment on attachment 8537833 [details] [diff] [review]
patch_V2
Review of attachment 8537833 [details] [diff] [review]:
-----------------------------------------------------------------
http://hg.mozilla.org/qa/mozmill-tests/rev/9a6705b27149 (default)
Attachment #8537833 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8537833 -
Flags: review?(andreea.matei)
Attachment #8537833 -
Flags: review+
Updated•10 years ago
|
Comment 6•10 years ago
|
||
We decided to let these refactoring changes ride the trains.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox34:
affected → ---
status-firefox35:
affected → ---
status-firefox36:
affected → ---
status-firefox-esr31:
affected → ---
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•