Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JAVASCRIPT-0.4
-
Fix Version/s: JAVASCRIPT-0.4
-
Component/s: JavaScript
-
Labels:None
-
Number of attachments :
Description
nullpointer on loading test file if test directory does not exists in maven configuration.
I'm testing with jstestdriver configured using src/test/webapp/js but I forgot to set the test folder in maven conf
will fail in JsTestDriverSurefireSensor.java:80 if unitTestFile is null
fixed in r5008