-
Bug
-
Resolution: Done
-
Minor
-
JBossAS-4.0.5.CR1, JBossAS-5.0.0.Beta1, JBossAS-4.2.0.CR1
-
None
Dominik Pospisil reports the following:
The calculation for maximum deviation org.jboss.test.jbossmx.compliance.timer.PeriodTestCase, line 195
is incorrect and can lead to misleading failures on some testcases.
long maxDeviation = expected / percentage;
should be corrected to:
long maxDeviation = expected * percentage / 100;
- blocks
-
JBPAPP-105 JBossTimerPeriodTestCase - wrong computatuon of maxDeviation
- Closed