Community
Participate
Working Groups
Build Identifier: Version: 3.6.2 Build id: M20110210-1200 ineclipse RCP test, we need org.eclipse.swtbot.eclipse.finder dependency to use org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot class. but this dpendency has a lot of transitive dependency like org.eclipse.ui.ide, org.eclipse.ui.console and org.eclipse.ui.views etc. these plugins are adding unwanted menu items in test application. Reproducible: Always Steps to Reproduce: 1.create a test application with window menu item and add one sample sub menu item with test view beneath window/ open view. 2. create a test case using SWTWorkbenchBot 3. when application runs you may see some more unwanted menus under 'Window' open view like 'Other'
I see no dependency from org.eclipse.swtbot.eclipse.finder to org.eclipse.ui.console. I guess it was removed earlier. I gave a try with a dummy application and did not notice any additional menu. Marking it as FIXED, feel free to re-open if this doesn't work for you.