Metadata
- Source
- FLUID-2480
- Type
- Sub-issue
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2009-04-02T14:48:44.000-0400 - Updated
2009-04-07T12:42:14.000-0400 - Versions
- N/A
- Fixed Versions
-
- 1.0
- Component
-
- Uploader
Description
This is because there is a script block for the old paths still on the page. This should have been removed. Unfortunately the new script block was added, without removing the old. The tests still pass, because the correct paths are there. Removing the wrong script paths should remove the errors.
This is the incorrect script block:
<link rel="Stylesheet" media="screen" href="../../jqUnit/testsuite.css" />
<script type="text/javascript" src="../../jqUnit/testrunner.js"></script>
<script type="text/javascript" src="../../jqUnit/jqUnit.js"></script>
Environments
Opera 9.6 (Mac OS 10.5)
Attachments
Comments
-
Justin Obara commented
2009-04-02T14:58:40.000-0400 can verify fix in just Opera 9.6
-
Justin Obara commented
2009-04-03T08:43:50.000-0400 Attached a patch to fix remove the old paths to the qunit files
-
Eli Cochran commented
2009-04-06T16:02:28.000-0400 I have reviewed the patch and it does what it says it will do.
-
Justin Obara commented
2009-04-06T16:10:42.000-0400 removed the old paths at r7047
-
Michelle D'Souza commented
2009-04-07T12:42:14.000-0400 I tested this and looked at the commit.