Cleanup logging so execution order is unimportant

Fixes gh-3341
This commit is contained in:
Lukas Hinsch 2015-06-27 21:42:58 +02:00 committed by Phillip Webb
parent 8e78ba8ce7
commit 59bf850da1
1 changed files with 1 additions and 0 deletions

View File

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