mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Core tests: Enabled TestSwarm.
This commit is contained in:
parent
0ab54d87dc
commit
e5f3bfce4d
@ -16,16 +16,6 @@
|
||||
<script type="text/javascript" src="core.js"></script>
|
||||
<script type="text/javascript" src="selector.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
// 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("core", function() { ok(true, "disabled core testsuite"); });
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../swarminject.js"></script>
|
||||
|
||||
<style type="text/css">
|
||||
|
Loading…
Reference in New Issue
Block a user