Neeme Praks wrote:
>
> Why do we have the following exclusion in our JUnit Ant task when testing
> scratchpad?:
> <exclude name="**/test/Abstract*TestCase.class"/>
>
> I have org.apache.avalon.excalibur.i18n.test.AbstractBundleTestCase and I
> would like to run this one as well...
Because _Abstract_ classes cannot be instantiated. If your
AbstractBundleTestCase
is indeed a concrete class, then I would rename it to something that reflects
that,
like BaseBundleTestCase. That implies it is meant to be extended, and it does
not
imply that the class is declared abstract.
--
"Those who would trade liberty for
temporary security deserve neither"
- Benjamin Franklin
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>