FLUID-2418: many tests contain CSS link declarations in head after some script declarations

Metadata

Source
FLUID-2418
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Eli Cochran
Created
2009-03-30T17:31:05.000-0400
Updated
2011-01-14T10:43:10.418-0500
Versions
  1. 0.8
  2. 1.0
Fixed Versions
  1. 1.1
Component
  1. Testing Infrastructure

Description

When we changed the paths for Fluid 1.0, the head tags for our automated tests were reorganized. Unfortunately in an attempt to group the jqUnit files together the declaration: <link rel="Stylesheet" media="screen" href="../../../lib/qunit/css/testsuite.css" />

ended up after some of the script declarations which is generally considered a no-no, although the incidence of things failing because of this are few and far between.

Comments

  • Michelle D'Souza commented 2009-04-16T18:01:55.000-0400

    This is also the case in the test template.

  • Justin Obara commented 2009-05-16T22:29:58.000-0400

    Placed CSS files ahead of JS files