Tom Wijsman created VALIDATOR-323:
-------------------------------------
Summary: Class not found
"org.apache.commons.validator.ValidatorTestSuite"
Key: VALIDATOR-323
URL: https://issues.apache.org/jira/browse/VALIDATOR-323
Project: Commons Validator
Issue Type: Bug
Components: Framework
Affects Versions: 1.4.0 Release
Environment: Gentoo Linux, trying to package this new version.
Reporter: Tom Wijsman
Fix For: 1.4.0 Release
When running the tests, the class
"org.apache.commons.validator.ValidatorTestSuite" is not found; compile.tests
was run succesfully.
`grep -ri suite` and `find . -name '*suite*` in the project's directory yield
nothing of interest, before and after compilation; only:
build.xml: <arg value="org.apache.commons.validator.ValidatorTestSuite"/>
build.xml: <arg
value="org.apache.commons.validator.routines.checkdigit.CheckDigitTestSuite"/>
build.xml: <arg
value="org.apache.commons.validator.routines.RoutinesTestSuite"/>
checkstyle.xml: We feel this implementation is well suited as a warning,
So, where has the test suite gone to?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira