I haven't been running the full test suite for a while as a muck about on the low-level stuff, so it's quite possible something's broken.
On Tue, Jul 24, 2012 at 2:34 AM, Christian Riedel <[email protected]> wrote: > 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] > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
