Fix test cleanup to reset commons logging
This commit is contained in:
parent
48ba1d888f
commit
891faa9d35
|
|
@ -105,7 +105,7 @@ public class AutoConfigurationReportLoggingInitializerTests {
|
|||
|
||||
@After
|
||||
public void cleanup() {
|
||||
System.clearProperty(LogFactory.FACTORY_PROPERTIES);
|
||||
System.clearProperty(LogFactory.FACTORY_PROPERTY);
|
||||
LogFactory.releaseAll();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue