diff --git a/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java b/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java index 99ae994..b0d4e81 100644 --- a/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java +++ b/src/test/org/apache/commons/logging/simple/DefaultConfigTestCase.java @@ -42,19 +42,6 @@ import org.apache.commons.logging.impl.SimpleLog; public class DefaultConfigTestCase extends TestCase { - // ----------------------------------------------------------- Constructors - - - /** - *
Construct a new instance of this test case.
- * - * @param name Name of the test case - */ - public DefaultConfigTestCase(String name) { - super(name); - } - - // ----------------------------------------------------- Instance Variables @@ -77,6 +64,7 @@ public class DefaultConfigTestCase extends TestCase { * Set up instance variables required by this test case. */ public void setUp() throws Exception { + LogFactory.releaseAll(); setUpFactory(); setUpLog("TestLogger"); }