fix default locale for tests - fixes #374

This commit is contained in:
Xavier Léauté 2014-01-30 11:36:34 -08:00
parent 74dd855a45
commit 18c6a070ca
1 changed files with 2 additions and 0 deletions

View File

@ -513,6 +513,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.2</version>
<configuration>
<!-- locale settings must be set on the command line before startup -->
<argLine>-Duser.language=en -Duser.country=US</argLine>
<systemPropertyVariables>
<user.timezone>UTC</user.timezone>
</systemPropertyVariables>