You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2005/09/03 18:29:03 UTC

[jira] Closed: (MPXDOC-154) system locale setting makes test cases fail.

     [ http://jira.codehaus.org/browse/MPXDOC-154?page=all ]
     
Arnaud Heritier closed MPXDOC-154:
----------------------------------

    Resolution: Fixed

> 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
>     Assignee: Arnaud Heritier
>      Fix For: 1.9.2
>  Attachments: MPXDOC-154.patch
>
>
> [henning@forge maven-xdoc-plugin-1.9.1]$ echo $LANG
> en_US
> [henning@forge 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
> [henning@forge maven-xdoc-plugin-1.9.1]$ export LANG=en_US.UTF-8 (this is the default on all recent Linux systems)
> [henning@forge 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org