| Summary: | [Unit Test Failure][Ignored] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialog | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gregoire Dupe <gdupe> |
| Component: | EMF-Facet | Assignee: | Gregoire Dupe <gdupe> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P5 | CC: | emft.facet-inbox |
| Version: | unspecified | Flags: | gdupe:
juno+
gdupe: kepler+ gdupe: luna+ |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Gregoire Dupe
Another error: Timeout after: 30000 ms.: Waiting for customizations tree to load Stacktrace org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 30000 ms.: Waiting for customizations tree to load 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.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.openCustomizationDialog(Bug367700.java:317) at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialogStep4(Bug367700.java:269) at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialog(Bug367700.java:304) at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:54) at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:208) at org.eclipse.swtbot.eclipse.junit4.headless.UITestApplication.runTests(UITestApplication.java:116) at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71) at java.lang.Thread.run(Thread.java:619) I've added on more screen shot. Committed revision 1475. Thanks to the screen shot in the method 'org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700$1.test_Test', we can see that the left panel of the customization load dialog is not initialized during 29s. I've increase the time out delay. Committed revision 1497. |