Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] problems running swtbot test suite in some configurations

Maybe some operations perform too fast in the test suite and confuse the test sequence so that UIThread gets in advance on TestThread (or vice-versa).
I guess we'll need to figure out the places where this happens and turn some operations as synchronous, or use waitFor to make sure operations have completed before making assertions.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top