diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-02 11:54:40 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-02 11:54:40 -0400 |
commit | e5f3bfce4d2f761eea536d61f1282beca19fc774 (patch) | |
tree | 660fb6d4423dd3f02a23bf3aad395ed4c0d891c0 /tests/unit/core | |
parent | 0ab54d87dc521b73819a3ac480f7aa94365e52e2 (diff) | |
download | jquery-ui-e5f3bfce4d2f761eea536d61f1282beca19fc774.tar.gz jquery-ui-e5f3bfce4d2f761eea536d61f1282beca19fc774.zip |
Core tests: Enabled TestSwarm.
Diffstat (limited to 'tests/unit/core')
-rw-r--r-- | tests/unit/core/core.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index 44b950cee..5d6745cff 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -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"> |