aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-03-23 15:21:42 -0400
committerjeresig <jeresig@gmail.com>2010-03-23 15:21:42 -0400
commit2301e2a1c3418b4588653e26f9171577e0077aec (patch)
treed4974c92a6208edbcaec37d4805dc8837f8c159b /test
parentfa80693c4a2302993c4b18ac49d30c26f16d517d (diff)
downloadjquery-2301e2a1c3418b4588653e26f9171577e0077aec.tar.gz
jquery-2301e2a1c3418b4588653e26f9171577e0077aec.zip
Update the TestSwarm URL to point to the new jQuery swarm location.
Diffstat (limited to 'test')
-rw-r--r--test/data/testrunner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index a45934075..a0eb3621a 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -7,5 +7,5 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
if ( !url || url.indexOf("http") !== 0 ) {
return;
}
- document.write("<scr" + "ipt src='http://testswarm.com/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
+ document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();