Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 321571

Summary: [Unit Test Failure] org.eclipse.gmt.modisco.infra.browser.custom.tests.BrowserCustomTest.testUICustomWithCondition
Product: [Modeling] MoDisco Reporter: Gregoire Dupe <gdupe>
Component: InfrastructureAssignee: Nicolas Bros <nicolas.bros>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: fabien.giquel, hugo.bruneliere, modisco.web-inbox, nicolas.bros
Version: 0.9.0Flags: gdupe: indigo+
Target Milestone: 0.9.0 M2   
Hardware: Power PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Details none

Comment 1 Gregoire Dupe CLA 2010-08-03 06:29:10 EDT
Hi,

In revision 2814, I’ve added a unit test to check that the class Display can be used

Regards,
Grégoire Dupé
Comment 2 Gregoire Dupe CLA 2010-08-03 09:04:07 EDT
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é
Comment 3 Nicolas Bros CLA 2010-09-09 08:51:09 EDT
I changed the test so that it doesn't trigger the "display problem" on build.eclipse.org.
Comment 4 Hugo Bruneliere CLA 2010-10-05 04:32:15 EDT
Bug fixed.