Skip to content

Commit a88d55e

Browse files
committed
Tabs: Enable test suites for TestSwarm.
1 parent 5e58859 commit a88d55e

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

tests/unit/tabs/tabs.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@
8181
same( actual, expected );
8282
}
8383
</script>
84-
<script>
85-
// disable this stale testsuite for testswarm only
86-
var url = window.location.search;
87-
url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
88-
if ( url && url.indexOf("http") == 0 ) {
89-
// reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
90-
QUnit.init();
91-
test("tabs", function() { ok(true, "disabled tabs testsuite"); });
92-
}
93-
</script>
9484
<script src="../swarminject.js"></script>
9585
</head>
9686
<body>

tests/unit/tabs/tabs_deprecated.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@
8080
same( actual, expected );
8181
}
8282
</script>
83-
<script>
84-
// disable this stale testsuite for testswarm only
85-
var url = window.location.search;
86-
url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
87-
if ( url && url.indexOf("http") == 0 ) {
88-
// reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
89-
QUnit.init();
90-
test("tabs", function() { ok(true, "disabled tabs testsuite"); });
91-
}
92-
</script>
9383
<script src="../swarminject.js"></script>
9484
</head>
9585
<body>

0 commit comments

Comments
 (0)