JavaScript Test Library - Add js1_6 to the automated tests, not part of the build.

This commit is contained in:
bob%bclary.com 2005-10-27 06:43:50 +00:00
Родитель 8c662582d4
Коммит 401cfd8900
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ TEST_TIMEOUT=$2
TEST_EXE=$3
TEST_PROFILE=$4
find ecma ecma_2 ecma_3 js1_1 js1_2 js1_3 js1_4 js1_5 -mindepth 2 -name '*.js' -print | \
find ecma ecma_2 ecma_3 js1_1 js1_2 js1_3 js1_4 js1_5 js1_6 -mindepth 2 -name '*.js' -print | \
grep -v shell.js | \
grep -v browser.js | \
grep -v template.js | \

Просмотреть файл

@ -94,6 +94,7 @@ function userOnAfterPage()
win.selectAll('js1_3');
win.selectAll('js1_4');
win.selectAll('js1_5');
win.selectAll('js1_6');
// so need to delay this call to make
// sure the previous ones have completed
win.setTimeout("executeList()", 10000);