Removing some old text files.
[jquery.git] / build / runtest / test.js
index 00b85e4..a972162 100644 (file)
@@ -9,13 +9,13 @@ window.onload = function(){
     
     // Load the tests
     load(
-        "src/jquery/coreTest.js",
-        "src/selector/selectorTest.js",
-        "src/event/eventTest.js",
-        "src/fx/fxTest.js"
-        //"src/ajax/ajaxTest.js"
+        "test/unit/core.js",
+        "test/unit/selector.js",
+        "test/unit/event.js"
+        //"test/unit/fx.js",
+        //"test/unit/ajax.js"
     );
     
     // Display the results
     results();
-};
\ No newline at end of file
+};