diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-04 04:39:31 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-04 04:39:31 +0000 |
commit | 04b304031193ff08f2aaac61ce65fefef025adea (patch) | |
tree | 595324bbede23fb620b0a57e5dc689066bda426f /tests/unit/progressbar/progressbar_events.js | |
parent | 52005f42dda87e4dc06d5688c27bf6b82ad80621 (diff) | |
download | jquery-ui-04b304031193ff08f2aaac61ce65fefef025adea.tar.gz jquery-ui-04b304031193ff08f2aaac61ce65fefef025adea.zip |
progressbar unit tests: split tests into individual files
Diffstat (limited to 'tests/unit/progressbar/progressbar_events.js')
-rw-r--r-- | tests/unit/progressbar/progressbar_events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/progressbar_events.js b/tests/unit/progressbar/progressbar_events.js index 26f2500ec..6b73e2e8d 100644 --- a/tests/unit/progressbar/progressbar_events.js +++ b/tests/unit/progressbar/progressbar_events.js @@ -5,7 +5,7 @@ module("progressbar: events"); -test("testname", function() { +test("change", function() { ok(false, "missing test - untested code is broken code."); }); |