Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Build, Test, or Deploy Process
-
Labels:None
-
Environment:jdk1.5 with french settings
Description
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
This sounds reasonable to add - please feel free to commit the change. If you're worried about folks caring - you might ask users on the mailing list what they think.