Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 28901 invoked from network); 9 Aug 2010 16:24:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 16:24:16 -0000 Received: (qmail 31433 invoked by uid 500); 9 Aug 2010 16:24:16 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 31393 invoked by uid 500); 9 Aug 2010 16:24:16 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 31386 invoked by uid 99); 9 Aug 2010 16:24:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 16:24:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 16:24:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DE841238897D; Mon, 9 Aug 2010 16:22:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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... Date: Mon, 09 Aug 2010 16:22:55 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100809162255.DE841238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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()) {