nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

After upgrading to 1.3.5 tests run in strict mode by default #403

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write tests that reference an undefined variable
2. Run it in 1.3.4, tests pass
3. Run it in 1.3.5 tests fail, and no way to turn off strict mode

What is the expected output? What do you see instead?
Release notes for 1.3.5 missing, cant find a way to turn off strict mode

What version of the product are you using? On what operating system?
debian lenny, squeeze with jstestdriver 1.3.5

Original issue reported on code.google.com by soos.gab...@gmail.com on 31 Oct 2012 at 12:53