Move SimpleTest.finish() after the tests complete. rs=me

This commit is contained in:
Doug Turner 2008-07-09 09:14:05 -07:00
Родитель 8ec461c77f
Коммит 27da690be7
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -72,9 +72,8 @@ function onLoad()
moveAndVerify("LEFT", "2");
moveAndVerify("LEFT", "1");
}
SimpleTest.finish();
}
SimpleTest.finish()
]]></script>
</window>