You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2010/08/09 18:22:55 UTC

svn commit: r983710 - in /jackrabbit/trunk: jackrabbit-core/src/test/compatibility/ jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/ jackrabbit-core/src/test/performance/ jackrabbit-core/src/test/resources/ test/ test/compatibility...

Author: jukka
Date: Mon Aug  9 16:22:55 2010
New Revision: 983710

URL: http://svn.apache.org/viewvc?rev=983710&view=rev
Log:
JCR-2695: Jackrabbit performance test suite

Move the performance and compatibility test suites outside jackrabbit-core to avoid nested Maven projects.

Added:
    jackrabbit/trunk/jackrabbit-core/src/test/resources/compatibilty.zip
      - copied unchanged from r982309, jackrabbit/trunk/jackrabbit-core/src/test/compatibility/repositories.zip
    jackrabbit/trunk/test/
    jackrabbit/trunk/test/compatibility/
      - copied from r982309, jackrabbit/trunk/jackrabbit-core/src/test/compatibility/
    jackrabbit/trunk/test/performance/
      - copied from r982309, jackrabbit/trunk/jackrabbit-core/src/test/performance/
    jackrabbit/trunk/test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractPerformanceTest.java
      - copied unchanged from r983663, jackrabbit/trunk/jackrabbit-core/src/test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractPerformanceTest.java
Removed:
    jackrabbit/trunk/jackrabbit-core/src/test/compatibility/
    jackrabbit/trunk/jackrabbit-core/src/test/performance/
    jackrabbit/trunk/test/compatibility/repositories.zip
Modified:
    jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/BackwardsCompatibilityTest.java

Modified: jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/BackwardsCompatibilityTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/BackwardsCompatibilityTest.java?rev=983710&r1=983709&r2=983710&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/BackwardsCompatibilityTest.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/BackwardsCompatibilityTest.java Mon Aug  9 16:22:55 2010
@@ -60,7 +60,7 @@ public class BackwardsCompatibilityTest 
         FileUtils.deleteDirectory(target);
         target.mkdirs();
 
-        File source = new File("src/test/compatibility/repositories.zip");
+        File source = new File("src/test/resources/compatibility.zip");
         unpack(source, target);
 
         for (File dir : target.listFiles()) {