Force user locale to be english for the junit test.
---------------------------------------------------
Key: APF-248
URL: http://issues.appfuse.org/browse/APF-248
Project: AppFuse
Type: Improvement
Components: Build, Test, or Deploy Process
Versions: 1.9
Environment: jdk1.5 with french settings
Reporter: Thomas Gaudin
Assigned to: Thomas Gaudin
Priority: Minor
Some test are failing (DateUtilTest for instance) because of default locale
expectations in the tests.
A solution is to add this line in the "test-module" macro definition in
build.xml :
<jvmarg value="-Duser.language=en"/>
This solves the problem and the test run smooth.
I would add it in next release if there are no negative comments