spring-petclinic/src/test/java/org/springframework/samples/petclinic
Antoine Rey 076a124e0a Fixes #37 with other default locale than english
Test in error with french default Locale:
org.junit.ComparisonFailure: expected:<[ne peut pas être vide]> but was:<[may not be empty]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.springframework.samples.petclinic.model.ValidatorTests.emptyFirstName(ValidatorTests.java:39)
2014-02-24 14:05:02 +01:00
..
model Fixes #37 with other default locale than english 2014-02-24 14:05:02 +01:00
service removed default profile and replaced with "jpa" 2013-12-16 20:58:15 +09:00
web #18 fixing error related to VisitsViewTests 2013-06-08 21:17:35 +08:00