From 0c82f7ec2c9333bfa7dc03750195f6abe0f0e83a Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 7 Sep 2010 12:28:36 -0400 Subject: Dialog tests: Enabling in TestSwarm. --- tests/unit/dialog/dialog.html | 10 ---------- tests/unit/dialog/dialog_options.js | 8 -------- 2 files changed, 18 deletions(-) (limited to 'tests/unit') diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index 4062f76ab..f2e47b978 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -28,16 +28,6 @@ - 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 = $('
').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); -- cgit v1.2.3