- Aug 19, 2016
-
-
Antoine Rey authored
Merging AbstractClinicServiceTests and ClinicServiceSpringDataJpaTests then using the Spring Boot @DataJpaTest annotation
-
- Aug 17, 2016
-
-
Antoine Rey authored
-
- Jun 28, 2016
-
-
Dapeng authored
- remove custom xml view, use springboot builtin xml view - remove oxm maven dependency - remove json-simple maven dependency (seems not relevant anymore) - update vetsXml test using xpath
-
- Jun 24, 2016
-
-
Antoine Rey authored
-
- Jun 23, 2016
-
-
Antoine Rey authored
-
- Jun 15, 2016
-
-
Attilio authored
- In the Jdbc implementation: pets belonging to a visit were not added. - In the Jpa implementation: query variable was wrong. - Test case: AbstractClinicServiceTests.shouldFindVisitsByPetId()
-
- May 13, 2016
-
-
Faisal Hameed authored
-
- Jan 30, 2016
-
-
Antoine Rey authored
-
- Jan 25, 2016
-
-
IHABRITANE authored
-
- Nov 20, 2015
-
-
Colin But authored
-
- Oct 28, 2015
-
-
Antoine Rey authored
-
- Oct 21, 2015
-
-
Antoine Rey authored
-
- Oct 20, 2015
-
-
Antoine Rey authored
-
- Oct 16, 2015
-
-
Antoine Rey authored
-
- Oct 13, 2015
-
-
Antoine Rey authored
-
- Jun 24, 2015
-
-
Antoine Rey authored
-
- Jun 18, 2015
-
-
Antoine Rey authored
-
Antoine Rey authored
-
- May 12, 2015
-
-
michaelisvy authored
-
michaelisvy authored
RSS is becoming outdated, JSon is a better example
-
- May 10, 2015
-
-
michaelisvy authored
Happens since introduction of new mvc namespace tag for content-negotiation
-
michaelisvy authored
-
- Apr 01, 2015
-
-
mklose authored
-
- Jan 20, 2015
-
-
michaelisvy authored
-
michaelisvy authored
-
michaelisvy authored
-
- Jan 16, 2015
-
-
michaelisvy authored
-
- Dec 05, 2014
-
-
michaelisvy authored
There seems to be a conflict between the following: 1) New MVC namespace syntax: <mvc:content-negotiation use-not-acceptable="true"> <mvc:default-views> <bean class="org.springframework.web.servlet.view.JstlView"> <property name="url" value="" /> </bean> </mvc:default-views> </mvc:content-negotiation> 2) Inside my Unit test: ResultActions actions = this.mockMvc.perform(get("/vets.xml").accept(MediaType.TEXT_XML)); actions.andDo(print()); // action is logged into the console actions.andExpect(status().isOk());
-
- Feb 24, 2014
-
-
Antoine Rey authored
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)
-
- Dec 16, 2013
-
-
Mic authored
-
- Jun 28, 2013
-
-
Mic authored
-
- Jun 14, 2013
-
-
Mic authored
-
- Jun 12, 2013
-
-
Mic authored
-
- Jun 08, 2013
-
-
Mic authored
- test didn't have the suffix "Tests" so it was not taken into account when running Maven in the comand line
-
Mic authored
- test didn't have the suffix "Tests" so it was not taken into account when running Maven in the comand line - the POM was not configured so it can find Spring config files placed inside src/test/java
-
- May 08, 2013
-
-
Mic authored
-
- May 07, 2013
-
-
Mic authored
-
- May 03, 2013
-
-
Mic authored
-
- Apr 18, 2013
-
-
Mic authored
see: https://jira.springsource.org/browse/DATAJPA-292
-
- Mar 20, 2013
-
-
Mic authored
-