aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/datepicker_methods.js
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-02-18 16:08:17 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-02-18 16:08:17 +0100
commitb107181bbb45e95774b46dcc7d37b79e913700b0 (patch)
treeec2d06c17d524377f831429ccbb8b37191a0a84d /tests/unit/datepicker/datepicker_methods.js
parented531ef0d3c171f8e534543a07a4c6244c169c57 (diff)
downloadjquery-ui-b107181bbb45e95774b46dcc7d37b79e913700b0.tar.gz
jquery-ui-b107181bbb45e95774b46dcc7d37b79e913700b0.zip
Fix datepicker tests to pass in Chrome and run faster by letting QUnit
handle the staggered proessing (renders at least once per second, faster then rendering after each test). Disabled broken manual-entry tests after confirming its only an issue in the test, not the impl.
Diffstat (limited to 'tests/unit/datepicker/datepicker_methods.js')
-rw-r--r--tests/unit/datepicker/datepicker_methods.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/unit/datepicker/datepicker_methods.js b/tests/unit/datepicker/datepicker_methods.js
index c102f7ac3..8d078f099 100644
--- a/tests/unit/datepicker/datepicker_methods.js
+++ b/tests/unit/datepicker/datepicker_methods.js
@@ -3,12 +3,7 @@
*/
(function($) {
-module("datepicker: methods", {
- teardown: function() {
- stop();
- setTimeout(start, 13);
- }
-});
+module("datepicker: methods");
test('destroy', function() {
var inp = init('#inp');