From 2ef4093cf7f52383dd43bd361864edcda27e5c3c Mon Sep 17 00:00:00 2001 From: John Resig Date: Sun, 19 Aug 2007 23:37:26 +0000 Subject: Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down). --- build/runtest/test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/runtest/test.js') diff --git a/build/runtest/test.js b/build/runtest/test.js index 00b85e419..5599b8d16 100644 --- a/build/runtest/test.js +++ b/build/runtest/test.js @@ -11,11 +11,11 @@ window.onload = function(){ load( "src/jquery/coreTest.js", "src/selector/selectorTest.js", - "src/event/eventTest.js", - "src/fx/fxTest.js" + "src/event/eventTest.js" + //"src/fx/fxTest.js", //"src/ajax/ajaxTest.js" ); // Display the results results(); -}; \ No newline at end of file +}; -- cgit v1.2.3