зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1265610 - Fixing a JS error in the tests, CLOSED TREE r=me
This commit is contained in:
Родитель
fccc28a54a
Коммит
eeac90b9c7
|
@ -36,7 +36,7 @@ function create_fileList(aPath) {
|
|||
}
|
||||
|
||||
var tests = [
|
||||
function() { setup_tests(next); }
|
||||
function() { setup_tests(next); },
|
||||
|
||||
function() { create_fileList('ProfD') },
|
||||
function() { test_basic(directory, next); },
|
||||
|
|
|
@ -46,7 +46,7 @@ function test_worker() {
|
|||
}
|
||||
|
||||
var tests = [
|
||||
function() { setup_tests(next); }
|
||||
function() { setup_tests(next); },
|
||||
|
||||
create_fileList,
|
||||
test_worker,
|
||||
|
|
Загрузка…
Ссылка в новой задаче