From 8672abab9bc9848ab61769c996871ef25de23060 Mon Sep 17 00:00:00 2001 From: Sande Gilda Date: Wed, 26 Feb 2014 17:56:06 -0500 Subject: [PATCH] JDF-658: Modify README to explain why functional tests run 3 times. --- spring-petclinic/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-petclinic/README.md b/spring-petclinic/README.md index 24bdfecad..986f57ac7 100644 --- a/spring-petclinic/README.md +++ b/spring-petclinic/README.md @@ -127,6 +127,7 @@ server for you, type the following command: mvn clean verify -Parq-jbossas-managed +_Note:_ The spring-petclinic quickstart contains three configurations: JDBC, JPA, and Spring Data JPA. You should see the tests run 3 times, one for each configuration. Run the Quickstart in JBoss Developer Studio or Eclipse -------------------------------------------------------