Merge pull request #3341 from lukashinsch/logging-test

* pr/3341:
  Cleanup logging so execution order is unimportant
This commit is contained in:
Phillip Webb 2015-06-29 17:58:04 -07:00
commit ada92fe020
1 changed files with 1 additions and 0 deletions

View File

@ -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() {