When I run jtd and change a file while the server is running, that file is
reloaded on every consecutive test execution and not just once.
java -jar JsTestDriver/JsTestDriver.jar --config jsTestDriver.conf
--captureConsole --verbose --runnerMode DEBUG --port 987
java -jar JsTestDriver/JsTestDriver.jar --config jsTestDriver.conf
--captureConsole --verbose --tests all
touch code.js
java -jar JsTestDriver/JsTestDriver.jar --config jsTestDriver.conf
--captureConsole --verbose --tests all
> Firefox 16.0 Linux loaded /test/js/code.js
java -jar JsTestDriver/JsTestDriver.jar --config jsTestDriver.conf
--captureConsole --verbose --tests all
> test/js/code.js should already be loaded but I still see: Firefox 16.0 Linux
loaded /test/js/code.js
The logs contains a com.google.gson.stream.MalformedJsonException. Apparently
due to an unescaped quote in ' running tests ["all"]'. I have no idea if that
is related to the problem.
Logs: http://pastebin.com/umc3mbT2
OpenJDK Runtime Environment (IcedTea6 1.11.4) (ArchLinux-6.b24_1.11.4-1-x86_64)
JsTestDriver-1.3.5.jar
Firefox 16.0.1
Original issue reported on code.google.com by h...@fidion.de on 26 Oct 2012 at 3:32
Original issue reported on code.google.com by
h...@fidion.de
on 26 Oct 2012 at 3:32