Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.
[jquery.git] / test / index.html
index d6bea70..164e524 100644 (file)
@@ -8,12 +8,7 @@
                ol#empty { opacity: 0; filter:Alpha(opacity=0); } /* for testing opacity set in styles in IE */
        </style>
        <!-- Includes -->
-       <script type="text/javascript">
-               var jQuery = this.jQuery || "jQuery", // For testing .noConflict()
-                       $ = this.$ || "$",
-                       originaljQuery = jQuery,
-                       original$ = $;
-       </script>
+       <script type="text/javascript" src="data/testinit.js"></script>
        <script type="text/javascript" src="../dist/jquery.js"></script>
        <script type="text/javascript" src="qunit/testrunner.js"></script>
        <script type="text/javascript" src="data/testrunner.js"></script>
        <script type="text/javascript" src="unit/event.js"></script>
        <script type="text/javascript" src="unit/ajax.js"></script>
        <script type="text/javascript" src="unit/fx.js"></script>
+       <script type="text/javascript" src="unit/offset.js"></script>
 </head>
 
 <body id="body">
        <h1 id="header">jQuery Test Suite</h1>
-       <h2 id="banner"></h2>
-       <h2 id="userAgent"></h2>
+       <h2 id="qunit-banner"></h2>
+       <h2 id="qunit-userAgent"></h2>
        
        <!-- Test HTML -->
        <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
@@ -231,6 +227,6 @@ Z</textarea>
                <div id="fx-tests"></div>
        </div>
        
-       <ol id="tests"></ol>
+       <ol id="qunit-tests"></ol>
 </body>
 </html>