aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/slider_options.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-07-28 08:29:29 -0400
committerScott González <scott.gonzalez@gmail.com>2011-07-28 08:29:29 -0400
commitcec60ab3c317bf920eb2ab665adf958357db29ce (patch)
tree1089cd08adbf4104eaf9bdd315923d9230ba0ef5 /tests/unit/slider/slider_options.js
parent719db7f9b1595d44cb083d8e17658c5462edf4ab (diff)
downloadjquery-ui-cec60ab3c317bf920eb2ab665adf958357db29ce.tar.gz
jquery-ui-cec60ab3c317bf920eb2ab665adf958357db29ce.zip
Slider tests: Commented out incomplete tests and fixed defaults.
Diffstat (limited to 'tests/unit/slider/slider_options.js')
-rw-r--r--tests/unit/slider/slider_options.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/unit/slider/slider_options.js b/tests/unit/slider/slider_options.js
index f0abac665..040589bd6 100644
--- a/tests/unit/slider/slider_options.js
+++ b/tests/unit/slider/slider_options.js
@@ -84,9 +84,9 @@ test("orientation", function() {
});
-test("range", function() {
- ok(false, "missing test - untested code is broken code.");
-});
+//test("range", function() {
+// ok(false, "missing test - untested code is broken code.");
+//});
//spec: http://wiki.jqueryui.com/Slider#specs
// value option/method: the value option is not restricted by min/max/step.
@@ -135,12 +135,12 @@ el = $('<div></div>').slider({
el.slider('destroy');
});
-test("value", function() {
- ok(false, "missing test - untested code is broken code.");
-});
+//test("value", function() {
+// ok(false, "missing test - untested code is broken code.");
+//});
-test("values", function() {
- ok(false, "missing test - untested code is broken code.");
-});
+//test("values", function() {
+// ok(false, "missing test - untested code is broken code.");
+//});
})(jQuery);