aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-26 13:47:24 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-26 13:47:34 -0400
commitd68ef5e4e1328eee4f275a5651d6fd2e9bd1cf21 (patch)
treef72f13bb5220c56d656c6761c0aed478ebe949fd /tests/unit/selectable
parent42118668131e5f6e1dc15427efa69a1fca30a7a1 (diff)
downloadjquery-ui-d68ef5e4e1328eee4f275a5651d6fd2e9bd1cf21.tar.gz
jquery-ui-d68ef5e4e1328eee4f275a5651d6fd2e9bd1cf21.zip
Tests: Removed old code that kept bad test suites out of TestSwarm.
Diffstat (limited to 'tests/unit/selectable')
-rw-r--r--tests/unit/selectable/selectable.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 7b0ca6ffe..18ffc6ef7 100644
--- a/tests/unit/selectable/selectable.html
+++ b/tests/unit/selectable/selectable.html
@@ -27,16 +27,6 @@
<script src="selectable_methods.js"></script>
<script src="selectable_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("selectable", function() { ok(true, "disabled selectable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>