You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Moritz Petersen <mo...@mac.com> on 2003/01/28 10:21:35 UTC

Current CVS HEAD fails because of test failures

DVSLFormatterTest fails with the following output:

      [exec]     [junit] Running org.apache.maven.DVSLFormatterTest
      [exec] DVSLFormatter.formatNumber(1,0.0)  Actual: 1,0, Expected: 
1.0
      [exec] DVSLFormatter.formatNumber(-1,0.0)  Actual: -1,0, Expected: 
-1.0
      [exec] DVSLFormatter.formatNumber(1,0.0%)  Actual: 100,0%, 
Expected: 100.0%

Thist test fails because it runs under the German locale on my 
computer. The decimal separator is a ",", not a ".".


Re: Current CVS HEAD fails because of test failures

Posted by Ben Walding <be...@walding.com>.
I've disabled all the tests in DVSLFormatterTest that have decimal 
points in them.

Cheers,

Ben

Moritz Petersen wrote:

> DVSLFormatterTest fails with the following output:
>
>      [exec]     [junit] Running org.apache.maven.DVSLFormatterTest
>      [exec] DVSLFormatter.formatNumber(1,0.0)  Actual: 1,0, Expected: 1.0
>      [exec] DVSLFormatter.formatNumber(-1,0.0)  Actual: -1,0, 
> Expected: -1.0
>      [exec] DVSLFormatter.formatNumber(1,0.0%)  Actual: 100,0%, 
> Expected: 100.0%
>
> Thist test fails because it runs under the German locale on my 
> computer. The decimal separator is a ",", not a ".".
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>