Bug 1026849

Summary: Qunit issues jboss-html5-mobile-archetype
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Tolis Emmanouilidis <aemmanou>
Component: ExamplesAssignee: Pete Muir <pmuir>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Stefan Miklosovic <smikloso>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: bsutter, jpallich, kpiwko, maschmid, oskutka, pmuir, rruss
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-11 15:15:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tolis Emmanouilidis 2013-11-05 14:21:03 UTC
Document URL: 

Section Number and Name: 

Describe the issue: 
jboss-html5-mobile-archetype version 7.1.3.Final

The qunit.js and qUnit.css should NOT have the JBoss license. They should have the jQuery MIT license.

In addition the Qunit tests are failing due to a wrong script src path.

Suggestions for improvement: 

Replace <script type="text/javascript" src="../../main/webapp/js/libs/lodash-1.3.1.js"></script> with <script type="text/javascript" src="../../main/webapp/js/libs/lodash-1.3.1.js"></script> inside test/qunit/index.html

Additional information: