I've downloaded the latest sources from commons-cli from the branch RESEARCH_CLI_2_ROXSPRING and tried to run the tests with maven. The following tests failed:
org.apache.commons.cli2.NumberValidatorTest
- testValidate_Number
- testValidate_Percent
The attached patch fixes the 'bugs' in the tests. The problem was caused by some 'locale-specific' behavior.
org.apache.commons.cli2.jdepend.JDependTest
- testAcceptableDistance
The distance for package org.apache.commons.cli2.commandline was 0.25 (according to the test, it must be < 0.2).
Hope this helps Simon
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
