Closed
Bug 1012624
Opened 11 years ago
Closed 11 years ago
Error in dom/base/test/test_navigator_language.html
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: Ms2ger, Assigned: mounir)
References
Details
Attachments
(1 file)
838 bytes,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
System JS : ERROR http://mochi.test:8888/tests/dom/base/test/test_navigator_language.html:65 - TypeError: tests[currentTestIdx] is not a function
function nextTest() {
currentTestIdx++;
if (currentTestIdx >= tests.length) {
tearDown();
SimpleTest.finish();
>> Missing return here
}
tests[currentTestIdx]();
}
Assignee | ||
Comment 1•11 years ago
|
||
I have a patch for this that I will attach ASAP.
Assignee: nobody → mounir
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8428838 -
Flags: review?(Ms2ger)
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8428838 [details] [diff] [review]
Patch
Review of attachment 8428838 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8428838 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•