diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-04-06 20:41:24 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-04-09 09:26:28 -0400 |
commit | 42566bdd037ac57cf7d6d7a5d059db2ba42518d9 (patch) | |
tree | d625c735392d22e1d09ae4bb78b26e1842b14ad7 /tests/unit/swarminject.js | |
parent | 669e62d61b52a31efc7666bf95d0bfe2df2f839d (diff) | |
download | jquery-ui-42566bdd037ac57cf7d6d7a5d059db2ba42518d9.tar.gz jquery-ui-42566bdd037ac57cf7d6d7a5d059db2ba42518d9.zip |
Tests: Remove old test infrastructure
Ref #10119
Ref gh-1528
Diffstat (limited to 'tests/unit/swarminject.js')
-rw-r--r-- | tests/unit/swarminject.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/swarminject.js b/tests/unit/swarminject.js deleted file mode 100644 index ebd3ccfac..000000000 --- a/tests/unit/swarminject.js +++ /dev/null @@ -1,10 +0,0 @@ -// load testswarm agent -(function() { - var url = window.location.search; - url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) ); - if ( !url || url.indexOf("http") !== 0 ) { - return; - } - document.write( "<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + - (new Date()).getTime() + "'></scr" + "ipt>" ); -})(); |