Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320430 - ResourceHandlerTest is sensetive to other bundles in the test config
Summary: ResourceHandlerTest is sensetive to other bundles in the test config
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 14:11 EDT by Oleg Besedin CLA
Modified: 2018-12-07 04:35 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Besedin CLA 2010-07-20 14:11:36 EDT
The ResourceHandlerTest#testModelProcessor() will fail if run in a configuration that includes Tom's model editor. The model editor adds a handler for the command "Show the running application model" which fails this:

		assertEquals(1, application.getHandlers().size());

as there are two handlers (one expected from the fragment, one unexpected from the org.eclipse.e4.tools.emf.liveeditor's OpenLiveDialogHandler.
Comment 1 Paul Webster CLA 2011-12-13 07:04:30 EST
And now there are 3.

PW