tests dialog - added missing tests (placeholders)

This commit is contained in:
Richard Worth 2008-06-22 05:37:11 +00:00
parent ca17b9953e
commit b876be002d

View File

@ -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 = $('<div/>').dialog({