]> source.dussan.org Git - jquery-ui.git/commitdiff
tests dialog - added missing tests (placeholders)
authorRichard Worth <rdworth@gmail.com>
Sun, 22 Jun 2008 05:37:11 +0000 (05:37 +0000)
committerRichard Worth <rdworth@gmail.com>
Sun, 22 Jun 2008 05:37:11 +0000 (05:37 +0000)
tests/dialog.js

index 7cd6921a8ed1dbebeda54e2b9e7c62368aacac22..161417e964da6d00a4c058f354da1fdeb9d9917c 100644 (file)
@@ -402,6 +402,30 @@ test("open", function() {
        el.remove();\r
 });\r
 \r
+test("dragStart", function() {\r
+       ok(false, "missing test");\r
+});\r
+\r
+test("drag", function() {\r
+       ok(false, "missing test");\r
+});\r
+\r
+test("dragStop", function() {\r
+       ok(false, "missing test");\r
+});\r
+\r
+test("resizeStart", function() {\r
+       ok(false, "missing test");\r
+});\r
+\r
+test("resize", function() {\r
+       ok(false, "missing test");\r
+});\r
+\r
+test("resizeStop", function() {\r
+       ok(false, "missing test");\r
+});\r
+\r
 test("close", function() {\r
        expect(2);\r
        el = $('<div/>').dialog({\r