do not explicitly set "en_US" locale in maven surefire tests #919
Labels
status: has PR
The issue is being processed in a pull request
type: maintenance
The issue is related to a meta task (build system, dependency update, etc)
Milestone
From #916 (comment):
Currently the maven-surefire-plugin explicitly sets the locale in
pom.xml
:However, now that we can define the locale with EPUBCheck 4.1 we should remove this, make it platform specific and set the locale explicitly in the tests where needed (Don't forget to reset to the system default after the test!)
Removing the
-Duser.language=en -Duser.country=US
results in the following errors on a german system:So these are the tests which need to be fixed.
The text was updated successfully, but these errors were encountered: