Stephen, do you know why the AbstractTestCase is triggered at all. Shouldn't 
it be excluded from the list of tests to run?

    [junit] Running org.apache.avalon.composition.model.AbstractTestCase
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec

The exception is (as one can expect);
  <testcase name="warning" time="0.016">
    <failure message="No tests found in 
org.apache.avalon.composition.model.AbstractTestCase" 
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: 
No tests found in org.apache.avalon.composition.model.AbstractTestCase
        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)


Would it help to declare the class abstract, will JUnit ignore abstract 
classes, or just fail differently?

Marc, the failing testcase is not a testcase, it is a superclass for all 
testcases, which deals with setting up the test environment.


Niclas

On Saturday 13 December 2003 22:31, you wrote:
> I've redone it. Please find the attachment.
>
> Marco
> ----- Original Message -----
> From: "Niclas Hedhman" <[EMAIL PROTECTED]>
> To: "Marco Tedone" <[EMAIL PROTECTED]>
> Sent: Saturday, December 13, 2003 10:57 AM
> Subject: Re: CVS distribuition
>
> > On Saturday 13 December 2003 18:23, you wrote:
> > > Niclas, of the directories you told me, the XML files have been found
>
> only
>
> > > under:
> > >
> > > merlin/composition
> > > merlin/extension
> > >
> > > Please find attached the zip file with the XML files you requested.
> >
> > And do you have the log output from maven prior to "build failed". 100
>
> lines
>
> > or so...
> >
> > Cheers,
> > Niclas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to