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

Bug 320430

Summary: ResourceHandlerTest is sensetive to other bundles in the test config
Product: [Eclipse Project] Platform Reporter: Oleg Besedin <ob1.eclipse>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: Lars.Vogel, pwebster, tom.schindl
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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