Cleanup logging so execution order is unimportant
Fixes gh-3341
This commit is contained in:
committed by
Phillip Webb
parent
8e78ba8ce7
commit
59bf850da1
@@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests {
|
||||
if (this.context != null) {
|
||||
this.context.close();
|
||||
}
|
||||
LoggingSystem.get(getClass().getClassLoader()).cleanUp();
|
||||
}
|
||||
|
||||
private String tmpDir() {
|
||||
|
||||
Reference in New Issue
Block a user