Closed
Bug 718404
Opened 14 years ago
Closed 14 years ago
Add retrieval of installed add-ons for update tests
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [lib])
Attachments
(1 file)
|
6.38 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
Bug 718403 requires us to include the list of installed add-ons in the final report of update tests. To ensure that after an upgrade all add-ons are still enabled we have to retrieve the list in the last test of both types of update tests.
| Assignee | ||
Comment 1•14 years ago
|
||
This patch only changed code in the lib modules. So lets move this over to its own component.
Component: Mozmill Tests → Mozmill Shared Modules
QA Contact: mozmill-tests → mozmill-shared-modules
| Assignee | ||
Comment 2•14 years ago
|
||
Adds the capability to retrieve information of installed add-ons for update tests. I also did a bit of refactoring, so it's not that complicated to send add-on and graphics information.
Beside that our functional restart tests would benefit from it and will get the information for free (because of the one update test which is included).
Attachment #588906 -
Flags: review?(dave.hunt)
| Assignee | ||
Comment 3•14 years ago
|
||
Here an example report:
http://mozmill.blargon7.com/db/ffdab83da06469e7abe8843a10002781
Updated•14 years ago
|
Attachment #588906 -
Flags: review?(dave.hunt) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/8594ff7dfd94 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/5945e60f2d02 (aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/21876cb0de26 (beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/f027c3897160 (release)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Component: Mozmill Shared Modules → Mozmill Tests
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [lib]
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
•