TheProjecter / phantomjs-qunit-runner

Automatically exported from code.google.com/p/phantomjs-qunit-runner
0 stars 0 forks source link

[1.0.15] A miss configuration leads to a null pointer exception in PhantomJsQunitRunnerMojo #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If the directory pointed by jsTestDirectory does not exist, the line "return 
dir.listFiles(" in getJsTestFiles returns null. 
then you have a NPE line 117 in execute: 
for (File jsTestFile:getJsTestFiles(jsTestDirectory.getAbsolutePath())) 

Original issue reported on code.google.com by nkey...@gmail.com on 12 Oct 2012 at 1:31