Closed
Bug 699364
Opened 14 years ago
Closed 14 years ago
compatibility checker does not throw error while checking with higher version
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pratibha, Unassigned)
References
()
Details
Attachments
(1 file)
|
5.23 KB,
text/plain
|
Details |
Steps:
=========
1. Log in at: https://addons-dev.allizom.org/en-US/developers/addon/check-compatibility
2. Select the options:
Application = Firefox , Version = 10.0a1
3. Select an add-on file with a lower version support:
ex:
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
4. Upload & Validation process runs
Expected Result: Validation process shows incompatibility errors since an higher version is chosen
Actual Result: add-on passes the validation with no errors
Comment 1•14 years ago
|
||
if you are checking for compatibility, we don't fail on max supported version. This is by design.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
| Assignee | ||
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
•