Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359261 - [Unit Test Failure] org.eclipse.modisco.infra.browser.tests.TestURIDialog
Summary: [Unit Test Failure] org.eclipse.modisco.infra.browser.tests.TestURIDialog
Status: NEW
Alias: None
Product: MoDisco
Classification: Modeling
Component: Infrastructure (show other bugs)
Version: 0.10.0   Edit
Hardware: PC Windows 7
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 468159
Blocks:
  Show dependency tree
 
Reported: 2011-09-28 11:33 EDT by Nicolas Bros CLA
Modified: 2015-06-04 05:00 EDT (History)
1 user (show)

See Also:
gdupe: kepler+
gdupe: luna+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2011-09-28 11:33:49 EDT
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: The widget was null.
	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.<init>(AbstractSWTBot.java:97)
	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl.<init>(AbstractSWTBotControl.java:47)
	at org.eclipse.swtbot.swt.finder.widgets.SWTBotShell.<init>(SWTBotShell.java:49)
	at org.eclipse.swtbot.swt.finder.widgets.SWTBotShell.<init>(SWTBotShell.java:38)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.activeShell(SWTBotFactory.java:341)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.menu(SWTBotFactory.java:208)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.menu(SWTBotFactory.java:198)
	at org.eclipse.modisco.infra.browser.tests.project.WorkspaceSetup.importTestProject(WorkspaceSetup.java:69)
	at org.eclipse.modisco.infra.browser.tests.TestURIDialog.init(TestURIDialog.java:39)
	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:595)
Comment 1 Nicolas Bros CLA 2011-09-28 11:39:15 EDT
I committed a fix in revision 4713.
It now passes in my workspace; let's see how it fares on Hudson.