Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
authorJohn Resig <jeresig@gmail.com>
Sun, 19 Aug 2007 23:37:26 +0000 (23:37 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 19 Aug 2007 23:37:26 +0000 (23:37 +0000)
commit2ef4093cf7f52383dd43bd361864edcda27e5c3c
tree13ff931a06c6d508829377cb809e497ffaa8ab19
parent24db022ba06523f92e94ac5fa791fc4865b55ba7
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).
14 files changed:
build/runtest/test.js
build/test/data/dashboard.xml
build/test/data/test.html [new file with mode: 0644]
build/test/data/test.js
build/test/data/test2.html [new file with mode: 0644]
build/test/data/test2.php [deleted file]
build/test/data/testrunner.js
build/test/index.html
src/ajax/ajax.js
src/ajax/ajaxTest.js
src/event/event.js
src/fx/fxTest.js
src/jquery/coreTest.js
src/jquery/jquery.js