Community
Participate
Working Groups
Steps: 1. Remove ContextUiPlugin.getDefault(); statement in ContextTestUtil.triggerContextUiLazyStart() 2. Run mvn integration-test in org.eclipse.mylyn.java.tests Tests will fail because the context lazy start extension was not executed. I suspect that the reason is activation of the o.e.m.context.ui bundle during pre-activation which causes the initialization code to register the context listener after pre-activation. This needs to addressed to ensure proper initialization of the context UI (e.g. through an extension point).
I have committed a work-around for the Java tests that ensures initialization of Context UI before first task activation but we should fix this properly and add a test.
This was fixed as part of bug 364772. Activation of o.e.m.context.ui is not explicitly triggered by o.e.m.context.tasks.ui during pre task-activation.