Closed
Bug 1139265
Opened 11 years ago
Closed 11 years ago
[Gaia JS integration test] JavaScript Error: "TypeError: Cannot set property 'contextmenuapp.gaiamobile.org' of undefined"
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chenpighead, Assigned: chenpighead)
Details
Attachments
(1 file)
It happens after I pulled the latest gaia code and ran gaia js integration test on b2g desktop this morning. It seems that patches from Bug 1138726 delete a necessary property "apps" from object "opts" in context_menu_test.js.
### Repro Steps:
execute under gaia folder
TEST_FILES=[PATH-TO-context_menu_test.js] make test-integration-test
### Expected:
Run the test as usual.
### Actual:
Test stopped due to JavaScript Error.
### Reproduce rate
always
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jeremychen
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8572425 -
Flags: review?(alive)
Comment 2•11 years ago
|
||
Comment on attachment 8572425 [details] [review]
[gaia] chenpighead:bug1139265 > mozilla-b2g:master
Thanks!
Attachment #8572425 -
Flags: review?(alive) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/9c2d4b4ebdca5ebd7dcbb70debabcaac1a001694
Updated•11 years ago
|
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
•