From: John Resig <jeresig@gmail.com>
Date: Tue, 29 Sep 2009 22:25:02 +0000 (+0000)
Subject: Updated the jQuery test suite to use the new QUnit file names.
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=3b5de9df40249575ba575b63a0856d6f48c8382a;p=jquery.git

Updated the jQuery test suite to use the new QUnit file names.
---

diff --git a/test/index.html b/test/index.html
index 84d3aa0..755757f 100644
--- a/test/index.html
+++ b/test/index.html
@@ -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>