Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
-
None
Description
When running unit tests with ant, 402 tests are executed and all are successful.
The following test cases are are not executed with ant:
ConstructorUtilsTestCase
FileConverterTestCase
URLConverterTestCase
When running unit tests with maven, 413 tests are executed, but 2 fail:
BeanificationTestCase.testMemoryTestMethodology
LocaleBeanificationTestCase.testMemoryTestMethodology
Both errors are due to java.lang.ClassNotFoundException: org.apache.commons.beanutils.BetaBean
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.