Closed
Bug 1012361
Opened 11 years ago
Closed 11 years ago
simple-prefs tests don't cleanup after themselves
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zombie, Assigned: zombie)
References
Details
Attachments
(1 file)
one native-options test fails because simple-prefs tests run before it on linux (and only on linux). easy to change the pref name to avoid the conflict, but fixing this would probably be more "correct".
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/08842b8d81cfd063bb46fb67d556b820c1a12df3
bug 1012361 - simple-prefs test cleanup
https://github.com/mozilla/addon-sdk/commit/d8f07dbd2464ae37cc8919abc0d9f627852ee391
Merge pull request #1492 from zombie/1012361-sp-test-clean
bug 1012361 - simple-prefs test cleanup, r=test-only
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8424444 [details] [review]
Link to Github pull-request: https://github.com/mozilla/addon-sdk/pull/1492
Erik, i didn't want to revert again, and also didn't want to leave half the tree orange, so per Wes's advice, i pushed this with r=test-only.
can you please review it now, and tell me if i did it right? ;)
Attachment #8424444 -
Flags: review? → review?(evold)
Updated•11 years ago
|
Attachment #8424444 -
Flags: review?(evold) → review+
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•