Closed
Bug 709620
Opened 11 years ago
Closed 11 years ago
Fix test_updatecheck.js when update channel is aurora/beta/release
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: Unfocused, Assigned: Unfocused)
Details
Attachments
(1 file)
1.92 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
If the update channel is aurora/beta/release, then test_updatecheck.js tries to access Services.appinfo.version before createAppInfo() is called, which ends up throwing and the whole test fails, and non-mozilla-central nightly builds are unhappy.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #580785 -
Flags: review?(dtownsend)
Assignee | ||
Comment 2•11 years ago
|
||
Landed as a test bustage fix, with the blessing of two sheriffs. https://hg.mozilla.org/mozilla-central/rev/85ebc694f95e https://hg.mozilla.org/releases/mozilla-aurora/rev/86fef872709c
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Flags: in-litmus-
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Assignee | ||
Updated•11 years ago
|
Attachment #580785 -
Flags: review?(dtownsend)
Updated•11 years ago
|
Attachment #580785 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•