-
Type:
Test
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Utilities
-
Labels:None
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.