Closed
Bug 993958
Opened 11 years ago
Closed 11 years ago
[System] Fix running the unit tests in B2G Desktop
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: julienw)
Details
Attachments
(1 file)
STR:
* run "bin/gaia-test -d"
* "touch apps/system/test/unit/bluetooth_transfer_test.js"
Expected:
* green test
Actual:
Error: Mock MockNotificationHelper has not been loaded into the test
The problem is that the test uses requireApp('sms/...') which does not work in B2G Desktop, triggering a CSP check.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8403855 -
Flags: review?(alive)
Updated•11 years ago
|
Attachment #8403855 -
Flags: review?(alive) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
master: 634d1e33914a546a9bad1d2593d8750db1c24c28
Thanks !
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•