diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-03-27 02:01:56 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-03-27 02:01:56 +0100 |
commit | ccf85fd3b92a9586f54cc715e031ea51a7a2af64 (patch) | |
tree | b69e14eaacc54f9799a0008e36cb2864e6a65007 /tests/unit/slider/slider_options.js | |
parent | d969e661643f001837ca07d34f471231886aa2ca (diff) | |
download | jquery-ui-ccf85fd3b92a9586f54cc715e031ea51a7a2af64.tar.gz jquery-ui-ccf85fd3b92a9586f54cc715e031ea51a7a2af64.zip |
Slider: Removing the placeholder for the animate-option, as we generally don't try to unit-test any animations
Diffstat (limited to 'tests/unit/slider/slider_options.js')
-rw-r--r-- | tests/unit/slider/slider_options.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/slider/slider_options.js b/tests/unit/slider/slider_options.js index 65d308e26..cc36923b3 100644 --- a/tests/unit/slider/slider_options.js +++ b/tests/unit/slider/slider_options.js @@ -11,10 +11,6 @@ function handle() { module("slider: options"); -test("animate", function() { - ok(false, "missing test - untested code is broken code."); -}); - test("max", function() { el = $('<div></div>'); |