Updated test.js for the runtest build target to reflect the path changes for the test scripts.

This commit is contained in:
Paul Mclanahan 2007-09-12 15:45:05 +00:00
parent 4c5f091d22
commit e22336e7ae

View file

@ -9,11 +9,11 @@ window.onload = function(){
// Load the tests // Load the tests
load( load(
"src/jquery/coreTest.js", "test/unit/core.js",
"src/selector/selectorTest.js", "test/unit/selector.js",
"src/event/eventTest.js" "test/unit/event.js"
//"src/fx/fxTest.js", //"test/unit/fx.js",
//"src/ajax/ajaxTest.js" //"test/unit/ajax.js"
); );
// Display the results // Display the results