Bug 1012624 - Add missing return in test_navigator_language.html r=Ms2ger

This commit is contained in:
Mounir Lamouri 2014-05-26 12:25:16 +01:00
parent f8c430563e
commit ae3793687f

View File

@ -60,6 +60,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=889335
if (currentTestIdx >= tests.length) {
tearDown();
SimpleTest.finish();
return;
}
tests[currentTestIdx]();