Tabs: Enable test suites for TestSwarm.

This commit is contained in:
Scott González 2011-05-16 14:42:31 -04:00
parent 5e58859347
commit a88d55e60e
2 changed files with 0 additions and 20 deletions

View File

@ -81,16 +81,6 @@
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>

View File

@ -80,16 +80,6 @@
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>