1
0

LOGGING-117. Clean up system props after unit test so that other unit tests do not fail.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@593871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2007-11-11 11:51:36 +00:00
parent 44b4a77839
commit 576e85c122

View File

@@ -50,6 +50,7 @@ public class NoOpLogTestCase extends AbstractLogTest
*/
public void tearDown() {
LogFactory.releaseAll();
System.getProperties().remove("org.apache.commons.logging.Log");
}
/**