Re: [gwt-contrib] delayTestFinish allowing the next test to begin before the previous one finishes (2.1.0.m3)?

2010-10-01 Thread Scott Blum
Is this in dev mode or prod mode? Do the tests succeed if you run them individually? On Thu, Sep 30, 2010 at 7:54 PM, Damon Lundin wrote: > We are trying to upgrade from 2.0.4 to 2.1.0.m3 because of some bugs > in 2.0.4 but in doing so our GWT test cases have begun failing and I > have determine

Re: [gwt-contrib] delayTestFinish allowing the next test to begin before the previous one finishes (2.1.0.m3)?

2010-09-30 Thread Bruce Johnson
[+Scott and Kelly from Google] On Thu, Sep 30, 2010 at 4:54 PM, Damon Lundin wrote: > We are trying to upgrade from 2.0.4 to 2.1.0.m3 because of some bugs > in 2.0.4 but in doing so our GWT test cases have begun failing and I > have determined it's because the next test is beginning before the >

Re: [gwt-contrib] delayTestFinish allowing the next test to begin before the previous one finishes (2.1.0.m3)?

2010-09-30 Thread Miroslav Pokorny
Translatable means the jsvacript translated equivalent. Your tests are running inside a jvm using pure java. Even your native methods are emulated js. On 01/10/2010, at 9:54 AM, Damon Lundin wrote: > We are trying to upgrade from 2.0.4 to 2.1.0.m3 because of some bugs > in 2.0.4 but in doing so

[gwt-contrib] delayTestFinish allowing the next test to begin before the previous one finishes (2.1.0.m3)?

2010-09-30 Thread Damon Lundin
We are trying to upgrade from 2.0.4 to 2.1.0.m3 because of some bugs in 2.0.4 but in doing so our GWT test cases have begun failing and I have determined it's because the next test is beginning before the previous one is complete and they are messing each other up. I know that delayTestFinish is m