There's a small problem with the Tapestry tests:
> :tapestry-beanvalidator:test
> Test
> org.apache.tapestry5.beanvalidator.integration.TapestryBeanValidationIntegrationTests
> FAILED
> 6 tests completed, 6 failures
I'm currently in the 5.4-js-rewrite branch but I've had this problem since the
time of the migration to gradle. Looking at the logs I can quickly tell that
it's my locale that causes the test to fail (the test expects english error
messages but only gets german messages instead).
The problem disappeared after adding this line to the AppModule of the
beanvalidator test app:
configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en");
However there are more such errors in tapestry-core (25 failing tests).
Should I check every test-app-module in core to only support the "en" locale or
is there another, more simpler alternative to get the tests pass?
I'd like to keep up with the latest changes and prepare a branch of
tapestry5-jquery for T5.4 (as soon as it makes sense).
Best,
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]