Closed
Bug 894624
Opened 12 years ago
Closed 12 years ago
The test suite for new UI components should run only on Australis
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zer0, Assigned: zer0)
References
Details
Attachments
(1 file)
We're planning to merge australis branch with master, in order to avoid exceptions the test suits for new UI components should run only in Firefox > 24 (Australis is currently based on the nightly of Firefox 25).
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → zer0
Assignee | ||
Comment 1•12 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•12 years ago
|
Attachment #776738 -
Flags: review?(evold)
Updated•12 years ago
|
Attachment #776738 -
Flags: review?(evold) → review+
Comment 2•12 years ago
|
||
Looks like this landed?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/670a1e4dd551d4fa16ea6e464835630ee8e10b80
Bug 894624 - The test suite for new UI components should run only on Australis
- Added module.metadata to test suite
- Added `assert.throws` when testing property with only getter and not setter
https://github.com/mozilla/addon-sdk/commit/b7d8b2fc893ed1ba355580b69be45bf99badc895
Merge pull request #1113 from ZER0/test-ui/894624
fix Bug 894624 - The test suite for new UI components should run only on Australis r=@erikvold
You need to log in
before you can comment on or make changes to this bug.
Description
•