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:
@@ -50,6 +50,7 @@ public class NoOpLogTestCase extends AbstractLogTest
|
|||||||
*/
|
*/
|
||||||
public void tearDown() {
|
public void tearDown() {
|
||||||
LogFactory.releaseAll();
|
LogFactory.releaseAll();
|
||||||
|
System.getProperties().remove("org.apache.commons.logging.Log");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user