-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Surefire plugin to use UTC as default time zone (#359)
* In pom.xml set the JVM time zone to UTC when running tests * Log a warning in AbstractApplicationErrorDaoTest when the timestamp assertions fail, explaining that it is probably a timezone problem. This should only occur when using something other than Maven and IntelliJ to run tests, such as VSCode which doesn't apply the Surefire plugin configuration when running tests via its test runner. IntelliJ is smarter and automatically applies the configuration when running tests via its test runner.
- Loading branch information
1 parent
1a40e65
commit 46f13dd
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters