From: jzaefferer Date: Sat, 27 Mar 2010 01:01:56 +0000 (+0100) Subject: Slider: Removing the placeholder for the animate-option, as we generally don't try... X-Git-Tag: 1.8.1~5^2~62^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ccf85fd3b92a9586f54cc715e031ea51a7a2af64;p=jquery-ui.git Slider: Removing the placeholder for the animate-option, as we generally don't try to unit-test any animations --- 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 = $('
');