Updated the jQuery test suite to use the new QUnit file names.
authorJohn Resig <jeresig@gmail.com>
Tue, 29 Sep 2009 22:25:02 +0000 (22:25 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 29 Sep 2009 22:25:02 +0000 (22:25 +0000)
test/index.html

index 84d3aa0..755757f 100644 (file)
@@ -3,12 +3,12 @@
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>jQuery Test Suite</title>
-       <link rel="Stylesheet" media="screen" href="qunit/testsuite.css" />
+       <link rel="Stylesheet" media="screen" href="qunit/qunit.css" />
        <link rel="Stylesheet" media="screen" href="data/testsuite.css" />
        <!-- Includes -->
        <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="qunit/qunit.js"></script>
        <script type="text/javascript" src="data/testrunner.js"></script>
        <script type="text/javascript" src="unit/core.js"></script>
        <script type="text/javascript" src="unit/data.js"></script>