From: Paul Mclanahan Date: Wed, 12 Sep 2007 15:45:05 +0000 (+0000) Subject: Updated test.js for the runtest build target to reflect the path changes for the... X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=e22336e7ae57833d1e903be196abdcd8d244e496 Updated test.js for the runtest build target to reflect the path changes for the test scripts. --- diff --git a/build/runtest/test.js b/build/runtest/test.js index 5599b8d..a972162 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