]> source.dussan.org Git - jquery-ui.git/commitdiff
Core tests: Enabled TestSwarm.
authorScott González <scott.gonzalez@gmail.com>
Thu, 2 Sep 2010 15:54:40 +0000 (11:54 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 2 Sep 2010 15:54:40 +0000 (11:54 -0400)
tests/unit/core/core.html

index 44b950ceeef64f952500785073e5f782d145c455..5d6745cff4dc3d0cd38fce7d4ba42eb6178edbd0 100644 (file)
        <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">