John Ross created ARIES-1418:
--------------------------------
Summary: Subsystems implementation fails
org.osgi.test.cases.subsystem.junit.DeploymentHeadersTests.testGetDeploymentHeaders()
of the OSGi R6 CT but should pass.
Key: ARIES-1418
URL: https://issues.apache.org/jira/browse/ARIES-1418
Project: Aries
Issue Type: Bug
Components: Subsystem
Reporter: John Ross
Assignee: John Ross
The Aries subsystems implementation is currently failing the
org.osgi.test.cases.subsystem.junit.DeploymentHeadersTests.testGetDeploymentHeaders()
test of the OSGi R6 CT but should not.
The CT expects the returned Import-Package header to exactly match what is
expected and does not allow for equivalence. For example, an implementation may
include parameters with their default values.
The following passes: org.osgi.service.log;version="0.0.0".
The following fails but should pass:
org.osgi.service.log;version="0.0.0";resolution:=mandatory.
A bug has been opened with OSGi at
https://osgi.org/members/bugzilla/show_bug.cgi?id=2875.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)