eclipse-ee4j / jakartaee-tck-tools

Other
7 stars 15 forks source link

EE11toEE10Mapping#getEE11Name(String ee10Name) needs to handle correcting nested classes in base test class #97

Closed scottmarlow closed 1 month ago

scottmarlow commented 1 month ago

EE11toEE10Mapping#getEE11Name(String ee10Name) needs to handle correcting nested classes like ee.jakarta.tck.persistence.core.criteriaapi.CriteriaQuery.Client.ExpectedResult.class to ee.jakarta.tck.persistence.core.criteriaapi.CriteriaQuery.Client1.ExpectedResult.class. The key is that Client is changed to match the base test class (e.g. Client1).

This is a follow up on https://github.com/eclipse-ee4j/jakartaee-tck-tools/pull/95 change