Hallo Michael,

it seems that until now the tests have only be run with a US locale and
a "." instead of a "," as decimal separator.

I've fixed the unit test and this should now work with your German
locale too.
Thanks for reporting the problem.

Cheers,
Marc.
-- 
Web: http://www.efficient-webtesting.com
Blog: http://mguillem.wordpress.com

Michael Habbert wrote:
> Hi folks,
> 
> I tried marcs hint:
> 
>> bin/webtest.[sh|bat] full
> 
> but I got:
> ---------------------
>     [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,096 sec
>     [junit] Tests FAILED
> [junitreport] Processing
> /home/michael/projekte/svn_webtest/build/log/TestReport.xml to
> /tmp/null1008679943
> [junitreport] Loading stylesheet
> jar:file:/home/michael/projekte/svn_webtest/lib/build/ant-junit.jar!/org/apache/tools/ant/taskdef
> 
> s/optional/junit/xsl/junit-frames.xsl
> [junitreport] Transform time: 3269ms
> [junitreport] Deleting: /tmp/null1008679943
> 
> BUILD FAILED
> /home/michael/projekte/svn_webtest/build.xml:569: The following error
> occurred while executing this line:
> /home/michael/projekte/svn_webtest/build.xml:649: One or more junit
> tests failed (see result report in /home/michael/projekte/svn_
> webtest/build/docs/junit/index.html).
> ---------------------
> 
> So I did look into:
> home/michael/projekte/svn_webtest/build/docs/junit/index.html
> 
> I got a nice "Unit Test Result" with a list of tests for ExcelTableTest:
> --------------------
> testFormula    Failure    null expected:<1[.]71> but was:<1[,]71>
> 
> junit.framework.ComparisonFailure: null expected:<1[.]71> but was:<1[,]71>
> at com.canoo.ant.table.ExcelTableTest.testFormula(ExcelTableTest.java:88)
> --------------------
> 
> I'm running ubuntu linux,
> with ant: Apache Ant version 1.7.0 compiled on August 29 2007
> with java: java version "1.6.0_07"
> with locale:
> .../svn_webtest$ locale
> LANG=de_DE.UTF-8
> LC_CTYPE="de_DE.UTF-8"
> LC_NUMERIC="de_DE.UTF-8"
> LC_TIME="de_DE.UTF-8"
> LC_COLLATE="de_DE.UTF-8"
> LC_MONETARY="de_DE.UTF-8"
> LC_MESSAGES="de_DE.UTF-8"
> LC_PAPER="de_DE.UTF-8"
> LC_NAME="de_DE.UTF-8"
> LC_ADDRESS="de_DE.UTF-8"
> LC_TELEPHONE="de_DE.UTF-8"
> LC_MEASUREMENT="de_DE.UTF-8"
> LC_IDENTIFICATION="de_DE.UTF-8"
> LC_ALL=
> 
> So what is the problem, what can I do, what do you need to help?
> 
> yours
> 
> Michael Habbert
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
> 


_______________________________________________
WebTest mailing list
WebTest@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to