Commit ada92fe0 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #3341 from lukashinsch/logging-test

* pr/3341:
  Cleanup logging so execution order is unimportant
parents 8e78ba8c 59bf850d
...@@ -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