From 6c222d286a860261f2b01e7eece8555e6ab57b9b Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 17 Sep 2009 14:55:35 +0000 Subject: uni tests: cleanup after common widget tests --- tests/unit/testsuite.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 5b76ad9fd..345a5a106 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -67,6 +67,8 @@ function testSettingOptions(widget, options) { same(instance.options[option], val, option + ': ' + type); }); }); + + el.remove(); }); } -- cgit v1.2.3