diff options
author | John Resig <jeresig@gmail.com> | 2007-07-09 03:08:20 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-07-09 03:08:20 +0000 |
commit | d776dc9d5c5322e81b56272728325990ed6892bb (patch) | |
tree | 6cefa18ab59919ecd6f872d749874b9df997d45f /build/runtest/test.js | |
parent | de71a046e619884292b122ddcf1401ad9932a5c7 (diff) | |
download | jquery-d776dc9d5c5322e81b56272728325990ed6892bb.tar.gz jquery-d776dc9d5c5322e81b56272728325990ed6892bb.zip |
Got some XHR tests to run, still some hanging threads (need to investigate). Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs.
Diffstat (limited to 'build/runtest/test.js')
-rw-r--r-- | build/runtest/test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/runtest/test.js b/build/runtest/test.js index 1831e2f04..1bc9ac125 100644 --- a/build/runtest/test.js +++ b/build/runtest/test.js @@ -11,6 +11,7 @@ load( "src/selector/selectorTest.js", "src/event/eventTest.js", "src/fx/fxTest.js" + //"src/ajax/ajaxTest.js" ); // Display the results |