r3255 committed - uni tests: cleanup after common widget tests

r3255 committed - uni tests: cleanup after common widget tests


Revision: 3255
Author: joern.zaefferer
Date: Thu Sep 17 07:55:35 2009
Log: uni tests: cleanup after common widget tests
http://code.google.com/p/jquery-ui/source/detail?r=3255
Modified:
/trunk/tests/unit/testsuite.js
=======================================
--- /trunk/tests/unit/testsuite.js    Tue Sep 15 14:20:51 2009
+++ /trunk/tests/unit/testsuite.js    Thu Sep 17 07:55:35 2009
@@ -67,6 +67,8 @@
                same(instance.options[option], val, option + ': ' + type);
            });
        });
+
+        el.remove();
    });
}