diff options
author | Paul Mclanahan <pmclanahan@gmail.com> | 2007-09-12 15:45:05 +0000 |
---|---|---|
committer | Paul Mclanahan <pmclanahan@gmail.com> | 2007-09-12 15:45:05 +0000 |
commit | e22336e7ae57833d1e903be196abdcd8d244e496 (patch) | |
tree | 917515f222232eeaa097e33dd0b95e495ae0daf2 /build | |
parent | 4c5f091d228477087fcaf8ab13d7473497a4aa80 (diff) | |
download | jquery-e22336e7ae57833d1e903be196abdcd8d244e496.tar.gz jquery-e22336e7ae57833d1e903be196abdcd8d244e496.zip |
Updated test.js for the runtest build target to reflect the path changes for the test scripts.
Diffstat (limited to 'build')
-rw-r--r-- | build/runtest/test.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/runtest/test.js b/build/runtest/test.js index 5599b8d16..a97216204 100644 --- a/build/runtest/test.js +++ b/build/runtest/test.js @@ -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 |