You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christoph Pater <ch...@pater.name> on 2011/06/15 22:11:31 UTC

Testfailures in Tomcat 7

Hi,
I'm Christoph, a java  developer from cologne, germany.

I had a little free time and checked out the tomcat trunk. I want to look at
the code and maybe use my further  free time to do some bugfixes to
contribute.

So the ant build runs fine and I integrated the sources in eclipse. But when
I execute the tests in test folder I get about 17 failures and 6 errors.

Maybe I missed something or run to much tests? (521 runs).

Can anybody give me a hint for a kickstart?

Thanks,
Christoph

Re: Testfailures in Tomcat 7

Posted by Christoph Pater <ch...@pater.name>.
Thanks! That works.

Christoph

2011/6/15 Mark Thomas <ma...@apache.org>

> On 15/06/2011 21:11, Christoph Pater wrote:
> > Hi,
> > I'm Christoph, a java  developer from cologne, germany.
> >
> > I had a little free time and checked out the tomcat trunk. I want to look
> at
> > the code and maybe use my further  free time to do some bugfixes to
> > contribute.
> >
> > So the ant build runs fine and I integrated the sources in eclipse. But
> when
> > I execute the tests in test folder I get about 17 failures and 6 errors.
> >
> > Maybe I missed something or run to much tests? (521 runs).
> >
> > Can anybody give me a hint for a kickstart?
>
> ant clean test
>
> should be all you need. If you look in the build.xml file you'll see
> some tests are excluded. You may also want to configure the tests to run
> with the APR connector which will require a little more configuration.
> All the info you need is in the build.xml file.
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

Re: Testfailures in Tomcat 7

Posted by Mark Thomas <ma...@apache.org>.
On 15/06/2011 21:11, Christoph Pater wrote:
> Hi,
> I'm Christoph, a java  developer from cologne, germany.
> 
> I had a little free time and checked out the tomcat trunk. I want to look at
> the code and maybe use my further  free time to do some bugfixes to
> contribute.
> 
> So the ant build runs fine and I integrated the sources in eclipse. But when
> I execute the tests in test folder I get about 17 failures and 6 errors.
> 
> Maybe I missed something or run to much tests? (521 runs).
> 
> Can anybody give me a hint for a kickstart?

ant clean test

should be all you need. If you look in the build.xml file you'll see
some tests are excluded. You may also want to configure the tests to run
with the APR connector which will require a little more configuration.
All the info you need is in the build.xml file.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org