Updated test.js for the runtest build target to reflect the path changes for the...
authorPaul Mclanahan <pmclanahan@gmail.com>
Wed, 12 Sep 2007 15:45:05 +0000 (15:45 +0000)
committerPaul Mclanahan <pmclanahan@gmail.com>
Wed, 12 Sep 2007 15:45:05 +0000 (15:45 +0000)
build/runtest/test.js

index 5599b8d..a972162 100644 (file)
@@ -9,11 +9,11 @@ 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