[ http://issues.apache.org/jira/browse/POOL-82?page=comments#action_12420913 ]
Sandy McArthur commented on POOL-82: ------------------------------------ Both TestObjectPoolFactory and TestKeyedObjectPoolFactory are abstract and are used indirectly by unit test that subclass them such as TestGenericObjectPoolFactory or TestStackObjectPoolFactory. If you use the TestAll classes as your TestCase when launching JUnit it will do the right thing. > 2 tests failing on JDK 1.4/1.6 on Linux > --------------------------------------- > > Key: POOL-82 > URL: http://issues.apache.org/jira/browse/POOL-82 > Project: Commons Pool > Type: Bug > Environment: JDK 1.6 and 1.4.2 on Debian Linux > Reporter: Henri Yandell > > Might already be known, but figured I'd report it just in case. > Testsuite: org.apache.commons.pool.TestObjectPoolFactory > Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec > Testcase: warning(junit.framework.TestSuite$1): FAILED > Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor > TestCase(String name) or TestCase() > junit.framework.AssertionFailedError: Class > org.apache.commons.pool.TestObjectPoolFactory has no public constructor > TestCase(String name) or TestCase() > and > Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory > Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec > Testcase: warning(junit.framework.TestSuite$1): FAILED > Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public > constructor TestCase(String name) or TestCase() > junit.framework.AssertionFailedError: Class > org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor > TestCase(String name) or TestCase() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
