Fix test cleanup to reset commons logging

This commit is contained in:
Phillip Webb 2015-10-02 15:04:04 -07:00
parent 48ba1d888f
commit 891faa9d35
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class AutoConfigurationReportLoggingInitializerTests {
@After
public void cleanup() {
System.clearProperty(LogFactory.FACTORY_PROPERTIES);
System.clearProperty(LogFactory.FACTORY_PROPERTY);
LogFactory.releaseAll();
}