From b9f59aa4cfa597136786d7ea6d61f3332a6e0ef9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 15 Sep 2009 15:42:41 +0000 Subject: [PATCH] dialog: methods test cleanup --- tests/unit/dialog/dialog_methods.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/unit/dialog/dialog_methods.js b/tests/unit/dialog/dialog_methods.js index 5748a27da..e6ffb14d6 100644 --- a/tests/unit/dialog/dialog_methods.js +++ b/tests/unit/dialog/dialog_methods.js @@ -3,7 +3,11 @@ */ (function($) { -module("dialog: methods"); +module("dialog: methods", { + teardown: function() { + $("body>.ui-dialog").remove(); + } +}); test("init", function() { expect(7); -- 2.39.5