I found this test error last night too.
There are 3 tests in the Testfile.
The second fails 90% of executions. If the first test (sorry can't check the
name now) is set to ignore the second (now failing test) succeed every on
run.
2011/7/28 Mark Thomas
> On 28/07/2011 10:58, Konstantin Kolinko
.Assert.assertFalse;
> import static org.junit.Assert.assertTrue;
>
> import org.junit.Test;
>
>
> Default configuration for "Organize imports" command (Ctrl+Shift+O)
> in Eclipse IDE is to place all static imports before others (that would
> be "top&qu
I like that idea.
I'm new to tomcat sources but maybe I can volunteer here?
2011/7/22 Ian Darwin
>
> > Are there any objections or comments?
>
> Go for it! JUnit 4.x has been out and stable for like a hundred years
> now :-).
>
> --
Thanks! That works.
Christoph
2011/6/15 Mark Thomas
> 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
&g
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 e