From e22336e7ae57833d1e903be196abdcd8d244e496 Mon Sep 17 00:00:00 2001 From: Paul Mclanahan Date: Wed, 12 Sep 2007 15:45:05 +0000 Subject: [PATCH] Updated test.js for the runtest build target to reflect the path changes for the test scripts. --- build/runtest/test.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 1.7.10.4