You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2012/05/29 20:26:23 UTC

svn commit: r819532 - in /websites/staging/rave/trunk/content: ./ integration-tests.html

Author: buildbot
Date: Tue May 29 18:26:22 2012
New Revision: 819532

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/integration-tests.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 29 18:26:22 2012
@@ -1 +1 @@
-1343359
+1343896

Modified: websites/staging/rave/trunk/content/integration-tests.html
==============================================================================
--- websites/staging/rave/trunk/content/integration-tests.html (original)
+++ websites/staging/rave/trunk/content/integration-tests.html Tue May 29 18:26:22 2012
@@ -86,12 +86,8 @@ test stories. JBehave uses Selenium to s
 </pre></div>
 
 
-<p>If you only want to run the integration tests without building the whole project execute from <code>rave-integration-tests</code>
-directory:</p>
-<div class="codehilite"><pre><span class="n">mvn</span> <span class="n">clean</span> <span class="n">integration</span><span class="o">-</span><span class="n">test</span>
-</pre></div>
-
-
+<p>If you only want to run the integration tests without building the whole project execute this from <code>rave-integration-tests</code>
+directory.</p>
 <p>Maven will delete the existing H2 database in <code>/tmp</code>, start up the portal, run all tests and then shut down the portal.</p>
 <h2 id="run-individual-test-stories">Run individual test stories</h2>
 <p>Individual stories that extend <code>org.apache.rave.integrationtests.stories.PortalStories</code> can be run as junit tests in