Skip to content

Commit

Permalink
Core tests: Enabled TestSwarm.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 2, 2010
1 parent 0ab54d8 commit e5f3bfc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/unit/core/core.html
Expand Up @@ -16,16 +16,6 @@
<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">
Expand Down

0 comments on commit e5f3bfc

Please sign in to comment.