eclipse-ee4j / krazo

Apache License 2.0
50 stars 19 forks source link

I18nAlgorithmTest in TCK fails on WildFly 26.1.1 #298

Closed erdlet closed 2 years ago

erdlet commented 2 years ago

When I run the TCK against WildFly 26.1.1 on OpenJDK 17, the I18nAlgorithmTest fails with following reasons:

[ERROR]   I18nAlgorithmTest.continueChainForNullResult:96 
Expected: a string containing ",SecondLocaleResolver"
     but: was ""
[ERROR]   I18nAlgorithmTest.highestPrioExecutedFirst:82 
Expected: a string starting with "FirstLocaleResolver"
     but: was ""
erdlet commented 2 years ago

Seems like everything is fine now. The TCK is green again. I'll close this issue. Thanks for your help @chkal