You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests do not work using Windows. The problem is the backslash contained in the paths of the tests. it should be replaces with a slash either in in the java code (QunitMavenRunner) or in the phantomjs-run-qunit.js
url = url.replace(/\\/g,'/');
The text was updated successfully, but these errors were encountered:
cdietrich
added a commit
to cdietrich/qunit-mojo
that referenced
this issue
Apr 9, 2014
The tests do not work using Windows. The problem is the backslash contained in the paths of the tests. it should be replaces with a slash either in in the java code (QunitMavenRunner) or in the phantomjs-run-qunit.js
The text was updated successfully, but these errors were encountered: