From: Richard Worth Date: Sun, 22 Jun 2008 05:37:11 +0000 (+0000) Subject: tests dialog - added missing tests (placeholders) X-Git-Tag: 1.5.1~48 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b876be002d23c0e723c9ca10e4be8fb3704cf8b5;p=jquery-ui.git tests dialog - added missing tests (placeholders) --- diff --git a/tests/dialog.js b/tests/dialog.js index 7cd6921a8..161417e96 100644 --- a/tests/dialog.js +++ b/tests/dialog.js @@ -402,6 +402,30 @@ test("open", function() { el.remove(); }); +test("dragStart", function() { + ok(false, "missing test"); +}); + +test("drag", function() { + ok(false, "missing test"); +}); + +test("dragStop", function() { + ok(false, "missing test"); +}); + +test("resizeStart", function() { + ok(false, "missing test"); +}); + +test("resize", function() { + ok(false, "missing test"); +}); + +test("resizeStop", function() { + ok(false, "missing test"); +}); + test("close", function() { expect(2); el = $('
').dialog({