You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/07 17:10:31 UTC

svn commit: r1005485 - in /tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks: pom.xml src/test/java/itest/JarsInLICENSETestCase.java

Author: antelder
Date: Thu Oct  7 15:10:31 2010
New Revision: 1005485

URL: http://svn.apache.org/viewvc?rev=1005485&view=rev
Log:
Update for testing folder move

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml
    tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java

Modified: tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml?rev=1005485&r1=1005484&r2=1005485&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/pom.xml Thu Oct  7 15:10:31 2010
@@ -56,7 +56,7 @@
                             </execution>
                         </executions>
                         <configuration>
-                           <basedir>../../../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir</basedir>
+                           <basedir>../../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir</basedir>
                            <excludeSubProjects>false</excludeSubProjects>
                            <excludes> 
                               <exclude>tuscany-sca-2.0-SNAPSHOT/CHANGES</exclude>

Modified: tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java?rev=1005485&r1=1005484&r2=1005485&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java Thu Oct  7 15:10:31 2010
@@ -127,7 +127,7 @@ public class JarsInLICENSETestCase {
     }
 
     private File getUnzipedDistroRoot() {
-        File distroTarget = new File("../../../distribution/all/target");
+        File distroTarget = new File("../../../../distribution/all/target");
         File root = null;
         for (String f : distroTarget.list()) {
             if (f.endsWith(".dir")) {