Commit 59bf850d authored by Lukas Hinsch's avatar Lukas Hinsch Committed by Phillip Webb

Cleanup logging so execution order is unimportant

Fixes gh-3341
parent 8e78ba8c
...@@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests { ...@@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests {
if (this.context != null) { if (this.context != null) {
this.context.close(); this.context.close();
} }
LoggingSystem.get(getClass().getClassLoader()).cleanUp();
} }
private String tmpDir() { private String tmpDir() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment