diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-07 12:28:36 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-07 12:28:36 -0400 |
commit | 0c82f7ec2c9333bfa7dc03750195f6abe0f0e83a (patch) | |
tree | f55ef6e1e73c4a8bc46eb5f5522f11c30e2c6e11 /tests/unit/dialog/dialog_options.js | |
parent | 409f5d1ba0fe572e8a208a550c42aed516fc4fe3 (diff) | |
download | jquery-ui-0c82f7ec2c9333bfa7dc03750195f6abe0f0e83a.tar.gz jquery-ui-0c82f7ec2c9333bfa7dc03750195f6abe0f0e83a.zip |
Dialog tests: Enabling in TestSwarm.
Diffstat (limited to 'tests/unit/dialog/dialog_options.js')
-rw-r--r-- | tests/unit/dialog/dialog_options.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/unit/dialog/dialog_options.js b/tests/unit/dialog/dialog_options.js index 11e1f4a8e..ac457d9b2 100644 --- a/tests/unit/dialog/dialog_options.js +++ b/tests/unit/dialog/dialog_options.js @@ -261,10 +261,6 @@ test("minWidth", function() { el.remove(); }); -test("modal", function() { - ok(false, 'missing test - untested code is broken code'); -}); - test("position, default center on window", function() { var el = $('<div></div>').dialog(); var dialog = el.dialog('widget'); @@ -389,10 +385,6 @@ test("resizable", function() { el.remove(); }); -test("stack", function() { - ok(false, 'missing test - untested code is broken code'); -}); - test("title", function() { expect(9); |