Closed
Bug 598338
Opened 15 years ago
Closed 15 years ago
Mozmill Update tests broken due to relocation of update dialog
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Keywords: regression)
Attachments
(1 file)
7.81 KB,
patch
|
u279076
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b7pre) Gecko/20100921 Firefox/4.0b7pre
With the fixes on bug 306018 and bug 585475 we cannot open the update dialog anymore with Mozmill. Therefore we have to update the SoftwareUpdateAPI:
IF version >= 4.0b7
IF mac
Open via "Minefield | Check for Updates..."
ELSE
Open via about dialog
ELSE
Open via "Help | Check for Updates..."
Given that path we will still be able to run update tests for older alpha and beta releases of Firefox 4.0. The old code can be dropped once we have Firefox 4.0 released.
Assignee | ||
Comment 2•15 years ago
|
||
To be able to have update tests working with nightly builds we will have to check for 4.0b7pre instead of 4.0b7.
Assignee | ||
Comment 3•15 years ago
|
||
Tested on all platforms with nightly builds for partial and fallback updates. Also tested older release builds to make sure the version condition works as expected.
Attachment #477309 -
Flags: review?(anthony.s.hughes)
Attachment #477309 -
Flags: review?(anthony.s.hughes) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Landed on default:
http://hg.mozilla.org/qa/mozmill-tests/rev/86b64b54daeb
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•15 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
Version: Trunk → unspecified
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
•