Closed
Bug 475565
Opened 17 years ago
Closed 16 years ago
Make our unit tests pass
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: clouserw, Assigned: jbalogh)
References
Details
Attachments
(2 files)
10.25 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
2.51 KB,
patch
|
Details | Diff | Splinter Review |
One of AMO's strengths is all of it's unit tests, but a good portion of them are either out of date or don't run due to memory/configuration issues.
We should fix that.
Assignee | ||
Comment 1•17 years ago
|
||
* Matching up comment text and test descriptions.
* Removing Flock from setupValidateTargetApplications. According to the test
db, we don't support Flock as a valid target.
* validateTargetApplication and validateManifestData return an error string
instead of dumping it in the Error controller, so we need to capture the
return value for testing.
* we use XML style closing brackets.
Attachment #359083 -
Flags: review?(clouserw)
Assignee | ||
Comment 2•17 years ago
|
||
* Deleting xfailAddonIcon. The existing testAddonIcon function does the same
thing.
* Updating the timestamps of the images.
* Checking for the correct mimetype (matches the test data).
With these two patches, all tests in the Developers and Components groups work. :)
Reporter | ||
Comment 3•17 years ago
|
||
Comment on attachment 359083 [details] [diff] [review]
Fixes developers.test.php
kickass, please commit
Attachment #359083 -
Flags: review?(clouserw) → review+
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•