spring-petclinic/src/test/java/org/springframework/samples/petclinic
Mic f44e383462 fixed lazy loading issues
also renamed some local variables in Unit tests
2013-01-30 11:20:22 +08:00
..
aspects moved the ClinicRepository into some separate repos 2013-01-17 15:27:27 +08:00
jdbc renamed profiles and removed unnecessary@DirtiesContext annotation so the Test suite now runs in 40% less time 2013-01-29 17:47:45 +08:00
jpa renamed profiles and removed unnecessary@DirtiesContext annotation so the Test suite now runs in 40% less time 2013-01-29 17:47:45 +08:00
springdatajpa renamed profiles and removed unnecessary@DirtiesContext annotation so the Test suite now runs in 40% less time 2013-01-29 17:47:45 +08:00
web migrated all dates to joda time 2013-01-19 02:53:27 +08:00
AbstractOwnerRepositoryTests.java fixed lazy loading issues 2013-01-30 11:20:22 +08:00
AbstractPetRepositoryTests.java fixed lazy loading issues 2013-01-30 11:20:22 +08:00
AbstractVetRepositoryTests.java added a Spring Data implementation 2013-01-18 16:56:01 +08:00
AbstractVisitRepositoryTests.java fixed lazy loading issues 2013-01-30 11:20:22 +08:00
OwnerTests.java SPR-6447 2013-01-09 17:13:17 +08:00