Missing unit tests using maven
------------------------------
Key: VALIDATOR-231
URL: https://issues.apache.org/jira/browse/VALIDATOR-231
Project: Commons Validator
Issue Type: Bug
Affects Versions: 1.3.1 Release
Reporter: Gail Badner
The maven build uses the file pattern "**/*Test.java", so it misses org.apache.commons.validator.MultipleTests.
This test is run when using ant.
MultipleTests should probably be renamed to MultipleTest.
When this is fixed, it would be nice if the junit ant task were used to run the tests so that
the JUnit report can be generated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|