[ http://jira.codehaus.org/browse/MPXDOC-154?page=comments#action_45577 ] 

Lukas Theussl commented on MPXDOC-154:
--------------------------------------

I don't know if this is a different issue or not. From a clean checkout:

export LANG=en_US
maven test ---> SUCCESS
export LANG=en_US.UTF-8
maven test ---> SUCCESS !!!
maven clean
maven test ---> FAILED !!!
export LANG=en_US
maven test ---> FAILED !!!
maven clean
maven test ---> SUCCESS !!!

ie it depends on whether you clean up between the test runs or not. ??? Can you 
confirm that? 
Anybody got an idea what could be going on?
(I'm running java 1.4.2 on FC3)


> 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

>
>
> [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]

Reply via email to