Closed
Bug 1733871
Opened 2 years ago
Closed 2 years ago
Allow tests to import `computeHash` from ProductAddonChecker.jsm
Categories
(Toolkit :: Add-ons Manager, task, P3)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: mathew.hodson, Assigned: mathew.hodson)
References
Details
Attachments
(1 file)
In order to stop using ChromeUtils.import
with null
as the second parameter, computeHash
from ProductAddonChecker.jsm needs to be refactored so tests can import it.
computeHash
is used in two tests:
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D127373
Updated•2 years ago
|
Assignee: nobody → mathew.hodson
Attachment #9244133 -
Attachment description: WIP: Bug 1733871 - Allow tests to import `computeHash` from ProductAddonChecker.jsm → Bug 1733871 - Allow tests to use `computeHash` from ProductAddonChecker.jsm. r?robwu
Pushed by rob@robwu.nl: https://hg.mozilla.org/integration/autoland/rev/24856695cb99 Allow tests to use `computeHash` from ProductAddonChecker.jsm. r=robwu
Comment 4•2 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•