system locale setting makes test cases fail.
--------------------------------------------
Key: MPXDOC-154
URL: http://jira.codehaus.org/browse/MPXDOC-154
Project: maven-xdoc-plugin
Type: Bug
Versions: 1.9.1
Environment: java version "1.4.2_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
Fedora Core 3 x86
Reporter: Henning Schmiedehausen
Assigned to: Arnaud Heritier
[EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ echo $LANG
en_US
[EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ rm -rf target ; maven -q test
[...]
test:test:
[junit] Running org.apache.maven.xdoc.util.LocaleUtilTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.854 sec
<--------- !!!!!!!!!!!!!!!!!!!
[junit] Running org.apache.maven.NavBeanTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.567 sec
[EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ export LANG=en_US.UTF-8 (this is
the default on all recent Linux systems)
[EMAIL PROTECTED] maven-xdoc-plugin-1.9.1]$ rm -rf target; maven -q test:test
[...]
test:test:
[junit] Running org.apache.maven.xdoc.util.LocaleUtilTest
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 1.843 sec
[junit] [ERROR] TEST org.apache.maven.xdoc.util.LocaleUtilTest FAILED
<-------- !!!!!!!!!!!!!!!!!!
[junit] Running org.apache.maven.NavBeanTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.506 sec
Same behaviour for plugins/trunk/xdoc
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]