diff options
author | timmywil <timmywillisn@gmail.com> | 2011-10-13 12:07:54 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-10-13 12:07:54 -0400 |
commit | 7bef99e94d0fa6a9885403760e30a59ef32e96a4 (patch) | |
tree | a30175455df442772507e71f7a5afb922224725e /test/data | |
parent | 8723f3b9e1db5d4fdcd50624441fe3536d1ae2f2 (diff) | |
download | jquery-7bef99e94d0fa6a9885403760e30a59ef32e96a4.tar.gz jquery-7bef99e94d0fa6a9885403760e30a59ef32e96a4.zip |
Run ajax tests in swarm
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testrunner.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 6d44b460c..abe85f087 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -21,7 +21,7 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's. } // (Temporarily) Disable Ajax tests to reduce network strain - isLocal = QUnit.isLocal = true; + // isLocal = QUnit.isLocal = true; document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>"); })(); |