You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2011/02/25 16:13:14 UTC

svn commit: r1074571 - in /sling/trunk/testing: pom.xml samples/integration-tests/ samples/integration-tests/pom.xml samples/test-tools/

Author: bdelacretaz
Date: Fri Feb 25 15:13:14 2011
New Revision: 1074571

URL: http://svn.apache.org/viewvc?rev=1074571&view=rev
Log:
SLING-1963 - rename samples/test-tools to samples/integration-tests  - that's what those really are

Added:
    sling/trunk/testing/samples/integration-tests/
      - copied from r1074461, sling/trunk/testing/samples/test-tools/
Removed:
    sling/trunk/testing/samples/test-tools/
Modified:
    sling/trunk/testing/pom.xml
    sling/trunk/testing/samples/integration-tests/pom.xml

Modified: sling/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/pom.xml?rev=1074571&r1=1074570&r2=1074571&view=diff
==============================================================================
--- sling/trunk/testing/pom.xml (original)
+++ sling/trunk/testing/pom.xml Fri Feb 25 15:13:14 2011
@@ -44,7 +44,7 @@
         <module>junit/core</module>
         <module>junit/scriptable</module>
         <module>junit/remote</module>
-        <module>samples/test-tools</module>
+        <module>samples/integration-tests</module>
         <module>samples/sample-tests</module>
         <module>samples/failing-tests</module>
     </modules>

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1074571&r1=1074461&r2=1074571&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Fri Feb 25 15:13:14 2011
@@ -26,11 +26,11 @@
         <version>10</version>
     </parent>
 
-    <artifactId>org.apache.sling.testing.samples.testtools</artifactId>
+    <artifactId>org.apache.sling.testing.samples.integrationtests</artifactId>
     <version>0.1.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
-    <name>Apache Sling Test Tools Sample</name>
+    <name>Apache Sling Sample Integration Tests</name>
     <description>
         Sample project that demonstrates the various tools and techniques
         available to test Sling applications: plain build-time JUnit tests,
@@ -53,9 +53,9 @@
     </properties>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/junit/sample</connection>
-        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/junit/sample</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/testing/junit/sample</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/samples/integration-tests</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests</url>
     </scm>
 
     <build>