TheProjecter / phantomjs-qunit-runner

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

includeLibsInDir fails for qunit-html #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a js file (A) that references another js file (B)
2. Create a test js (ATest) for that js file
3. On the pom.xml, specify the reference under includeLibsInDir (i.e. 
<include>B.js</include>

What is the expected output? What do you see instead?
Both test (under qunit) and html (qunit-html) must pass. So far, only test 
passes, html fails.

B.js is only copied under the qunit folder, not under qunit-html (not to 
mention B.js is not referenced as a <script> in ATest.js.html)

What version of the product are you using? On what operating system?
1.0.15 on Windows XP

Please provide any additional information below.
Another thing is if I use *.js (e.g. <include>**/*.js</include>) instead of the 
specific file, mvn test also fails, though it's able to copy B.js to the qunit 
directory.

Original issue reported on code.google.com by drix....@gmail.com on 4 Jan 2013 at 7:04