Closed
Bug 1087855
Opened 11 years ago
Closed 11 years ago
fxam_errors_test.js misprint
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sv99, Assigned: zbraniecki)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20141019030207
Steps to reproduce:
line 12 misprint, missed ','
JavaScript error: app://system.gaiamobile.org/test/unit/fxa_test/fxam_errors_test.js?time=1414036155191, line 13: SyntaxError: missing } after property list
Actual results:
1 step
after insert ',' in line 12 - all test filed!
first error
JavaScript error: app://system.gaiamobile.org/fxa/js/fxam_errors.js?time=1414036356166, line 8: TypeError: navigator.mozL10n is undefined
2 step
Add to fxam_errors_test.js
require('/shared/js/l10n.js');
1) [system-test/unit/fxa_test/fxam_errors_test.js] Error manager Test CONNECTION_ERROR:
Error: expected get to be called with arguments fxa-connection-error-title
at fail (app://system.gaiamobile.org/common/vendor/sinon/sinon.js:4712:25)
in FxaModuleErrors.responseToParams(response);
sinon.spy(navigator.mozL10n.get); -> called = 0 times!!
Bug 1073893: Clean up MozL10n API use in System - remove call _(...) !!! test not may work properly
Flags: needinfo?(zbraniecki)
Assignee | ||
Comment 2•11 years ago
|
||
Taking
Assignee: nobody → gandalf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 3•11 years ago
|
||
Caused by bug 987418. I cannot believe we didn't notice it since March. I don't know what to think about unit tests that silently fail on syntax errors in the test suit.
Blocks: 987418
Flags: needinfo?(zbraniecki)
Assignee | ||
Comment 4•11 years ago
|
||
Jared, does this patch looks good to you?
Attachment #8510604 -
Flags: review?(6a68)
Updated•11 years ago
|
Attachment #8510604 -
Flags: review?(6a68) → review?(ferjmoreno)
Comment 5•11 years ago
|
||
Comment on attachment 8510604 [details] [review]
pull request
Thanks Zibi
Attachment #8510604 -
Flags: review?(ferjmoreno) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Commit: https://github.com/zbraniecki/gaia/commit/73f6ea071f1c1cbc33f3ec79e9b2f70064e72ec1
Merge: https://github.com/mozilla-b2g/gaia/commit/ce3e700ee65b725ca111c2588ad525398b966e59
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
•