Community
Participate
Working Groups
Created attachment 175759 [details] Details The unit test org.eclipse.gmt.modisco.infra.browser.custom.tests.BrowserCustomTest.testUICustomWithCondition fails. Cf. https://build.eclipse.org/hudson/job/modisco-nightly/87/testReport/junit/org.eclipse.gmt.modisco.tests.AllTests$org.eclipse.gmt.modisco.infra.browser.custom.tests.AllTests$org.eclipse.gmt.modisco.infra.browser.custom.tests/BrowserCustomTest/testUICustomWithCondition/
Hi, In revision 2814, I’ve added a unit test to check that the class Display can be used Regards, Grégoire Dupé
The unit test org.eclipse.gmt.modisco.infra.browser.custom.tests.BrowserCustomTest.checkDisplay also failed. Here is the unit test checkDisplay source code : public void checkDisplay() { Display.getCurrent(); } I suppose that there is a problem with the Eclipse set up. Regards, Grégoire Dupé
I changed the test so that it doesn't trigger the "display problem" on build.eclipse.org.
Bug fixed.