]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: Enable test suites for TestSwarm.
authorScott González <scott.gonzalez@gmail.com>
Mon, 16 May 2011 18:42:31 +0000 (14:42 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 16 May 2011 18:42:31 +0000 (14:42 -0400)
tests/unit/tabs/tabs.html
tests/unit/tabs/tabs_deprecated.html

index 34ec28bc4b1c2045b2ea1c9380a95c9eee4d88cf..60f5e972ef5cff666c73be7ae25f693f79516dd3 100644 (file)
                same( actual, expected );
        }
        </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("tabs", function() { ok(true, "disabled tabs testsuite"); });
-       }
-       </script>
        <script src="../swarminject.js"></script>
 </head>
 <body>
index 89d08f4d005c9bae69c9bba5d1758156f3bd7a3e..ed6518be3332e5419edc9dc0ab1537b83427a20b 100644 (file)
                same( actual, expected );
        }
        </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("tabs", function() { ok(true, "disabled tabs testsuite"); });
-       }
-       </script>
        <script src="../swarminject.js"></script>
 </head>
 <body>