Browse Source

Cleanup logging so execution order is unimportant

Fixes gh-3341
pull/3324/merge
Lukas Hinsch 11 years ago committed by Phillip Webb
parent
commit
59bf850da1
  1. 1
      spring-boot/src/test/java/org/springframework/boot/logging/LoggingApplicationListenerTests.java

1
spring-boot/src/test/java/org/springframework/boot/logging/LoggingApplicationListenerTests.java

@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests { @@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests {
if (this.context != null) {
this.context.close();
}
LoggingSystem.get(getClass().getClassLoader()).cleanUp();
}
private String tmpDir() {

Loading…
Cancel
Save