r3230 committed - dialog: methods test cleanup

r3230 committed - dialog: methods test cleanup


Revision: 3230
Author: joern.zaefferer
Date: Tue Sep 15 08:42:41 2009
Log: dialog: methods test cleanup
http://code.google.com/p/jquery-ui/source/detail?r=3230
Modified:
/trunk/tests/unit/dialog/dialog_methods.js
=======================================
--- /trunk/tests/unit/dialog/dialog_methods.js    Tue Apr 14 19:33:28 2009
+++ /trunk/tests/unit/dialog/dialog_methods.js    Tue Sep 15 08:42:41 2009
@@ -3,7 +3,11 @@
*/
(function($) {
-module("dialog: methods");
+module("dialog: methods", {
+    teardown: function() {
+        $("body>.ui-dialog").remove();
+    }
+});
test("init", function() {
    expect(7);