javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.51k stars 1.66k forks source link

Fix JSF bean validation tests when using non US locale. #417

Closed juangon closed 6 years ago

juangon commented 6 years ago

Using other locale will make test to fail as message will be localized. This happens when having a non-US locale in environment.

arjantijms commented 6 years ago

A custom message is probably better anyway, since I don't think the exact implementation message is spec'ed and may differ between vendors or released. Thx!

juangon commented 6 years ago

Thanks @arjantijms !