Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Problems with running automated JUnit plugin tests


It has been discovered that the recent problems we were experiencing in running our nightly build tests were related to changes in one of the superclasses we use for running tests that open a Workbench window.   Specifically, the Workbench.runEventLoop() was replaced with Workbench.runEventLoop(Window.IExceptionHandler handler).

We have made the fixes to reflect this change for the next build.

Sonia

Back to the top