r871 - trunk/tests

r871 - trunk/tests


Author: scott.gonzalez
Date: Thu Nov 6 17:41:12 2008
New Revision: 871
Modified:
trunk/tests/progressbar.js
Log:
Progressbar Tests: Fixed default option tests (and updated documentation).
Modified: trunk/tests/progressbar.js
==============================================================================
--- trunk/tests/progressbar.js    (original)
+++ trunk/tests/progressbar.js    Thu Nov 6 17:41:12 2008
@@ -27,8 +27,8 @@
    el = $("#progressbar").progressbar();
    equals(el.data("width.progressbar"), 300, "width");
-    equals(el.data("duration.progressbar"), 3000, "duration");
-    equals(el.data("interval.progressbar"), 200, "interval");
+    equals(el.data("duration.progressbar"), 1000, "duration");
+    equals(el.data("interval.progressbar"), 1000, "interval");
    equals(el.data("increment.progressbar"), 1, "increment");
    equals(el.data("range.progressbar"), true, "range");