-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The QUnit tests in the archetype jboss-html5-mobile-archetype are failing with the following result:
Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 Tests completed in 41 milliseconds. 0 tests of 1 passed, 1 failed. global failure (1, 0, 1)Rerun Script error., file:///home/mjobanek/temp/archetypes/html/src/test/qunit/test/test.js:0
The problem is in the src/test/qunit/test/test.js file, that there is (on the lines 53 and 88) missing the character "$" - there is ".ajax" instead of "$.ajax".
This problems appears during the process of generating a project - in the original sources (in the .jar file) is the character present.