You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2009/04/02 02:53:56 UTC

svn commit: r761140 - in /continuum/trunk/continuum-webapp-test: Readme.txt it-pom.xml pom.xml src/test/it-resources/

Author: wsmoak
Date: Thu Apr  2 00:53:56 2009
New Revision: 761140

URL: http://svn.apache.org/viewvc?rev=761140&view=rev
Log:
[CONTINUUM-2073] Remove it-pom.xml and update readme file.

Removed:
    continuum/trunk/continuum-webapp-test/it-pom.xml
    continuum/trunk/continuum-webapp-test/src/test/it-resources/
Modified:
    continuum/trunk/continuum-webapp-test/Readme.txt
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/Readme.txt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/Readme.txt?rev=761140&r1=761139&r2=761140&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/Readme.txt (original)
+++ continuum/trunk/continuum-webapp-test/Readme.txt Thu Apr  2 00:53:56 2009
@@ -6,13 +6,14 @@
  * in Selenium IDE, modify the Base URL if necessary (for example, http://localhost:8080/continuum)
  * in Selenium IDE, click the 'Play entire test suite' icon
 
-Run Selenium tests in src/test/java with Maven and Cargo using support for multiple data sources
+Run Selenium tests in src/test/it with Maven and Cargo using support for multiple data sources
  * modify src/test/resources/it.properties as needed
  * mvn clean install
 
-Run Selenium tests in src/test/it with Maven and Cargo with alternate configuration
+Run Selenium tests in src/test/java with Maven and Cargo with alternate configuration
  * modify src/test/resources/it.properties as needed
- * mvn clean install -f it-pom.xml
+ * edit pom.xml and remove <testSourceDirectory>
+ * mvn clean install
  
 Run Selenium tests in src/test/testNG with Maven and testNG
  * Start Continuum
@@ -26,11 +27,6 @@
  After you have run through the lifecycle once to set up the container and webapps, you can re-start it using:
  mvn cargo:start
 
-Run Selenium teests in src/test/pom2 with Maven
- * set TOMCAT_HOME environment variable to location of Tomcat 5.5.x installation
- * modify src/test/resources/it.properties as needed
- * mvn clean install -f pom2.xml
-
 ======= OLD INSTRUCTIONS FOR src/test/it BELOW =======
 
 Test Continuum with Tomcat 5.x and firefox

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=761140&r1=761139&r2=761140&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Thu Apr  2 00:53:56 2009
@@ -29,6 +29,7 @@
   <packaging>pom</packaging>
 
   <build>
+    <testSourceDirectory>src/test/it</testSourceDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -193,6 +194,12 @@
       <version>0.8.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.4</version>
+      <scope>test</scope>
+    </dependency>
     
     <!-- deployables -->
     <dependency>