[PATCH] ContainerTestCase in cocoon-core should be abstract
-----------------------------------------------------------
Key: COCOON-1913
URL: http://issues.apache.org/jira/browse/COCOON-1913
Project: Cocoon
Issue Type: Improvement
Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
Reporter: Lars Trieloff
ContainerTestCase is a TestCase class in cocoon-core that helps setting up an
environment for container-dependent test cases. The class itself does not
provide any test methods and could be made abstract.
When running tests with Eclipse's built-in JUnit testrunner, empty test cases
(even superclasses of actual test cases) are regarded as failure, while
abstract super classes of test cases are ignored. Making ContainerTestCase
abstract would help users of the Eclipse IDE that are writing
container-dependent test cases.
--
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