Merge pull request #3341 from lukashinsch/logging-test
* pr/3341: Cleanup logging so execution order is unimportant
This commit is contained in:
commit
ada92fe020
|
|
@ -92,6 +92,7 @@ public class LoggingApplicationListenerTests {
|
|||
if (this.context != null) {
|
||||
this.context.close();
|
||||
}
|
||||
LoggingSystem.get(getClass().getClassLoader()).cleanUp();
|
||||
}
|
||||
|
||||
private String tmpDir() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue