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

Bug 366599

Summary: [Compatibility] testing for an active bundle fails
Product: [Eclipse Project] Platform Reporter: Paul Webster <pwebster>
Component: UIAssignee: Paul Webster <pwebster>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: 4.2   
Target Milestone: 4.2 M5   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 366595    

Description Paul Webster CLA 2011-12-13 13:41:32 EST
Using a property tester to test for an active bundle should just work:

TestExpression test = new TestExpression("org.eclipse.core.runtime","bundleState", new Object[] { "org.eclipse.core.expressions" }, "ACTIVE", false);

Failed:

org.eclipse.ui.tests.services.EvaluationServiceTest.testPlatformProperty()

PW
Comment 2 Paul Webster CLA 2012-01-24 13:30:07 EST
In I20120123-2200
PW