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

Bug 369041

Summary: [Unit Test Failure][Ignored] org.eclipse.emf.facet.widgets.table.tests.internal.v0_1.swtbot.TableEditabilityTest.testUnaryContainmentEditability
Product: z_Archived Reporter: Gregoire Dupe <gdupe>
Component: EMF-FacetAssignee: Project Inbox <emft.facet-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P5 Flags: gdupe: juno+
gdupe: kepler+
gdupe: luna+
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Gregoire Dupe CLA 2012-01-19 04:03:05 EST
Could not find widget.

Since https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/72/

Stacktrace

org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget.
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:348)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.widget(SWTBotFactory.java:308)
	at org.eclipse.swtbot.swt.finder.SWTBot.text(SWTBot.java:1474)
	at org.eclipse.swtbot.swt.finder.SWTBot.text(SWTBot.java:1463)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_1.swtbot.TableEditabilityTest.testUnaryContainmentEditability(TableEditabilityTest.java:266)
Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find widget matching: (of type 'Text')
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:398)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:372)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:360)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:346)