eclipse-ee4j / jakartaee-tck-tools

Other
7 stars 15 forks source link

When EE11toEE10Mapping#addTestClassMapping applies need to add non-ClientN to test archive #121

Closed starksm64 closed 2 weeks ago

starksm64 commented 2 weeks ago

The JPA tests that have split the EE10 Client class into N Client1...ClientN classes that use Client as the base class do not match the EE10 build.xml artifacts classes. The Client class needs to be added to the test artifact in this case because it will be replaced by the ClientN version due to the EE11toEE10Mapping#addTestClassMapping.