I'm updating the beanutils package in Debian to the latest release and I have two test failures:
------------------------------------------------------------------------------- Test set: org.apache.commons.beanutils.ConvertUtilsTestCase ------------------------------------------------------------------------------- Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec <<< FAILURE! testPositiveArray(org.apache.commons.beanutils.ConvertUtilsTestCase) Time elapsed: 0.005 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<class [I> but was:<class java.lang.Integer> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:280) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:71) at org.apache.commons.beanutils.ConvertUtilsTestCase.testPositiveArray(ConvertUtilsTestCase.java:282) ------------------------------------------------------------------------------- Test set: org.apache.commons.beanutils.converters.MemoryTestCase ------------------------------------------------------------------------------- Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.837 sec <<< FAILURE! testComponentRegistersCustomConverter(org.apache.commons.beanutils.converters.MemoryTestCase) Time elapsed: 0.745 sec <<< FAILURE! junit.framework.AssertionFailedError: Component classloader did not release properly; memory leak present at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertNull(Assert.java:230) at org.apache.commons.beanutils.converters.MemoryTestCase.testComponentRegistersCustomConverter(MemoryTestCase.java:228) Anyone know what may be causing these issues? The project is built with OpenJDK 7, Maven 2.2.1 and the maven-surefire-plugin 2.10 Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org