Closed
Bug 937440
Opened 11 years ago
Closed 10 years ago
mozContact.id is 'undefined' when running Marionette-webapi tests
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: allstars.chh, Unassigned)
Details
We find this bug from Bug 936309, in dom/icc/tests/marionette/test_icc_contact.js, we will test mozIccManager.updateContact, which takes a DOMString and a mozContact as parameters.
However on a real device, when calling mozIccManager.updateContact, mozContact.id from RILContentHelper.js is undefined. But when running marionette, mozContact.id is "undefined" (type of string) in RILContentHelper.js.
This bug is filed to track this problem and try to reduce the difference between running a Gaia app and a Marionette test script.
Comment 2•10 years ago
|
||
WebAPI Tests are no longer run so am closing these as wontfix
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(allstars.chh)
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•