Martin Desruisseaux created SIS-106:
---------------------------------------
Summary: Verify the Modules constants against the OSGi symbolic
names
Key: SIS-106
URL: https://issues.apache.org/jira/browse/SIS-106
Project: Spatial Information Systems
Issue Type: Test
Components: Utilities
Reporter: Martin Desruisseaux
Priority: Minor
The {{org.apache.sis.internal.system.Modules}} class defines a set of constants
for the OSGi bundle names. Those constants need to be equal to the values of
the {{Bundle-SymbolicName}} entry of the {{META-INF/MANIFEST.MF}} file in each
JAR files. However there is no JUnit test for ensuring that at this time.
The difficulty is that the Maven surefire tests against the {{.class}} files,
while we need to test against the {{.jar}} files. It may be possible to do that
at the Maven "verify" phase, but this need more investigation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira