Cleaned out the build directory - a lot of old files that weren't being used anymore.
[jquery.git] / build / runtest / test.js
diff --git a/build/runtest/test.js b/build/runtest/test.js
deleted file mode 100644 (file)
index a972162..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// Init
-load("build/runtest/env.js");
-
-window.location = "test/index.html";
-
-window.onload = function(){
-    // Load the test runner
-    load("dist/jquery.js","build/runtest/testrunner.js");
-    
-    // Load the tests
-    load(
-        "test/unit/core.js",
-        "test/unit/selector.js",
-        "test/unit/event.js"
-        //"test/unit/fx.js",
-        //"test/unit/ajax.js"
-    );
-    
-    // Display the results
-    results();
-};