Community
Participate
Working Groups
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.
And now there are 3. PW