From b876be002d23c0e723c9ca10e4be8fb3704cf8b5 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sun, 22 Jun 2008 05:37:11 +0000 Subject: [PATCH] tests dialog - added missing tests (placeholders) --- tests/dialog.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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({ -- 2.39.5