diff options
Diffstat (limited to 'tests/unit/datepicker')
-rw-r--r-- | tests/unit/datepicker/datepicker.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/datepicker/datepicker.html b/tests/unit/datepicker/datepicker.html index bfff32d32..9530600f1 100644 --- a/tests/unit/datepicker/datepicker.html +++ b/tests/unit/datepicker/datepicker.html @@ -29,16 +29,6 @@ <script src="datepicker_options.js"></script> <script src="datepicker_tickets.js"></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("datepicker", function() { ok(true, "disabled datepicker testsuite"); }); - } - </script> <script src="../swarminject.js"></script> </head> <body> |