aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable
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/droppable
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/droppable')
-rw-r--r--tests/unit/droppable/droppable.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index c15992bcd..0b962b1cf 100644
--- a/tests/unit/droppable/droppable.html
+++ b/tests/unit/droppable/droppable.html
@@ -14,6 +14,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="droppable_core.js"></script>
<script type="text/javascript" src="droppable_defaults.js"></script>
@@ -32,7 +33,7 @@
test("droppable", function() { ok(true, "disabled droppable testsuite"); });
}
</script>
- <script type="text/javascript" src="../testsuite.js"></script>
+ <script type="text/javascript" src="../swarminject.js"></script>
</head>
<body>