diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-04 04:27:14 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-04 04:27:14 +0000 |
commit | b18da5cd646fbe86ae9396c5faf2c519ac989f09 (patch) | |
tree | 688b89fff62350713768fd9ef123f3dabbb24fa8 /tests/unit/datepicker/datepicker_tickets.js | |
parent | a0654df038e05dd2f665502946f7ac94f7f69e0a (diff) | |
download | jquery-ui-b18da5cd646fbe86ae9396c5faf2c519ac989f09.tar.gz jquery-ui-b18da5cd646fbe86ae9396c5faf2c519ac989f09.zip |
datepicker unit tests: split tests into individual files
Diffstat (limited to 'tests/unit/datepicker/datepicker_tickets.js')
-rw-r--r-- | tests/unit/datepicker/datepicker_tickets.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/datepicker/datepicker_tickets.js b/tests/unit/datepicker/datepicker_tickets.js index 50eb09c17..38c5e89f3 100644 --- a/tests/unit/datepicker/datepicker_tickets.js +++ b/tests/unit/datepicker/datepicker_tickets.js @@ -5,8 +5,4 @@ module("datepicker: tickets"); -test("testname", function() { - ok(false, "missing test - untested code is broken code."); -}); - })(jQuery); |