aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-08-29 17:21:39 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-08-29 17:21:39 +0200
commitd8bee228b37e1dd3b6e81a145729b762cdf90b09 (patch)
tree9407917aaf1918ad33a0268e18ff5e44b58b58c9 /tests/unit/core
parent6d659ba0c035c20831cd647e67f7af547dab4fc3 (diff)
downloadjquery-ui-d8bee228b37e1dd3b6e81a145729b762cdf90b09.tar.gz
jquery-ui-d8bee228b37e1dd3b6e81a145729b762cdf90b09.zip
Seperated testswarm injection from testsuite extensions, to fix 'failing' testsuites on TestSwarm due to unhandled errors and race conditions
Diffstat (limited to 'tests/unit/core')
-rw-r--r--tests/unit/core/core.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index 4f9e13bde..cbd8f6fed 100644
--- a/tests/unit/core/core.html
+++ b/tests/unit/core/core.html
@@ -11,6 +11,7 @@
<link rel="stylesheet" href="../../../external/qunit.css" type="text/css"/>
<script type="text/javascript" src="../../../external/qunit.js"></script>
<script type="text/javascript" src="../../jquery.simulate.js"></script>
+ <script type="text/javascript" src="../testsuite.js"></script>
<script type="text/javascript" src="core.js"></script>
<script type="text/javascript" src="selector.js"></script>
@@ -25,7 +26,7 @@
test("core", function() { ok(true, "disabled core testsuite"); });
}
</script>
- <script type="text/javascript" src="../testsuite.js"></script>
+ <script type="text/javascript" src="../swarminject.js"></script>
<style type="text/css">
.zindex {z-index: 100}