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