atom feed3 messages in net.java.dev.appfuse.issues[JIRA] Created: (APF-248) Force user ...
FromSent OnAttachments
Thomas Gaudin (JIRA)Jan 19, 2006 3:42 am 
Matt Raible (JIRA)Jan 26, 2006 9:52 pm 
Thomas Gaudin (JIRA)Jan 30, 2006 1:06 am 
Subject:[JIRA] Created: (APF-248) Force user locale to be english for the junit test.
From:Thomas Gaudin (JIRA) (iss@appfuse.dev.java.net)
Date:Jan 19, 2006 3:42:48 am
List:net.java.dev.appfuse.issues

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