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

1.7/enhancement_8685
Paul Mclanahan 2007-09-12 15:45:05 +00:00
parent 4c5f091d22
commit e22336e7ae
1 changed files with 5 additions and 5 deletions

View 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