Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-07-28 Thread Christoph Pater
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

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-25 Thread Christoph Pater
.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

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-23 Thread Christoph Pater
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 :-). > > --

Re: Testfailures in Tomcat 7

2011-06-16 Thread Christoph Pater
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

Testfailures in Tomcat 7

2011-06-15 Thread Christoph Pater
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