Be sure to reset JavaScript options before test ends.

git-svn-id: svn://10.0.0.236/trunk@183175 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bob%bclary.com 2005-10-28 08:16:10 +00:00
parent eb458d42d2
commit eedfd1a50b

View File

@ -81,6 +81,8 @@ catch(e)
actual = 'error';
}
jsOptions.reset();
// force exception since this is a negative test
if (actual == 'error')
{