Author: jasha
Date: Tue May 29 18:26:14 2012
New Revision: 1343896
URL: http://svn.apache.org/viewvc?rev=1343896&view=rev
Log:
RAVE-610 profile integration-tests is now mandatory to start the portal in the
tests
Modified:
rave/site/trunk/content/integration-tests.mdtext
Modified: rave/site/trunk/content/integration-tests.mdtext
URL:
http://svn.apache.org/viewvc/rave/site/trunk/content/integration-tests.mdtext?rev=1343896&r1=1343895&r2=1343896&view=diff
==============================================================================
--- rave/site/trunk/content/integration-tests.mdtext (original)
+++ rave/site/trunk/content/integration-tests.mdtext Tue May 29 18:26:14 2012
@@ -34,10 +34,8 @@ The integration tests can be triggered a
mvn -Pintegration-tests
-If you only want to run the integration tests without building the whole
project execute from `rave-integration-tests`
-directory:
-
- mvn clean integration-test
+If you only want to run the integration tests without building the whole
project execute this from `rave-integration-tests`
+directory.
Maven will delete the existing H2 database in `/tmp`, start up the portal, run
all tests and then shut down the portal.