Hi,

I don't know how to correct it but the junit.dvsl has an error in
computing the success rate.

Here are some data for one of my project :

Number of tests : 238
Number of failures : 22
Number of errors : 70

Success rate : 120.17%

The formula seems ok :

      #set ($successRate  = $node.valueOf("($testCount - $failureCount -
$errorCount) div $testCount"))

but when I compute it on my calculator, I get : 0.613, which should be
61.3%

Any idea ?
Thanks
-Vincent


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to