Skip to content

Commit e5f3bfc

Browse files
committed
Core tests: Enabled TestSwarm.
1 parent 0ab54d8 commit e5f3bfc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/unit/core/core.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
<script type="text/javascript" src="core.js"></script>
1717
<script type="text/javascript" src="selector.js"></script>
1818

19-
<script type="text/javascript">
20-
// disable this stale testsuite for testswarm only
21-
var url = window.location.search;
22-
url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
23-
if ( url && url.indexOf("http") == 0 ) {
24-
// reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
25-
QUnit.init();
26-
test("core", function() { ok(true, "disabled core testsuite"); });
27-
}
28-
</script>
2919
<script type="text/javascript" src="../swarminject.js"></script>
3020

3121
<style type="text/css">

0 commit comments

Comments
 (0)