Bug 366610 - [Compatibility] Early startup not all executed
Summary: [Compatibility] Early startup not all executed
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.2 M5   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 366451 381873
  Show dependency tree
 
Reported: 2011-12-13 14:30 EST by Paul Webster CLA
Modified: 2012-06-06 11:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Webster CLA 2011-12-13 14:30:40 EST
The implicit early startup was not called on org.eclipse.ui.tests.TestPlugin

failed:
org.eclipse.ui.tests.api.StartupTest
Comment 1 Paul Webster CLA 2011-12-20 09:56:56 EST
We removed the runtime compat layer in 4.2 (AFAICT) and so we're not calling the runtime compat activator which would start up our TestPlugin class.

Changed the TestPlugin to be our main activator.

PW
Comment 2 Paul Webster CLA 2012-01-24 13:23:10 EST
in I20120123-2200
PW