Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11FACD8B8 for ; Tue, 28 Aug 2012 10:38:26 +0000 (UTC) Received: (qmail 14171 invoked by uid 500); 28 Aug 2012 10:38:26 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 14088 invoked by uid 500); 28 Aug 2012 10:38:25 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 14078 invoked by uid 99); 28 Aug 2012 10:38:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 10:38:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Tue, 28 Aug 2012 10:38:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1338C2388962 for ; Tue, 28 Aug 2012 10:37:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378071 - in /directory/apacheds/branches/apacheds-txns/jdbm-partition: ./ src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/ src/test/java/org/apache/directory/server/core/partition/tree/ Date: Tue, 28 Aug 2012 10:37:39 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120828103740.1338C2388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: akarasulu Date: Tue Aug 28 10:37:38 2012 New Revision: 1378071 URL: http://svn.apache.org/viewvc?rev=1378071&view=rev Log: making long running integration tests require the use of the -Dintegration switch Added: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorIT.java - copied, changed from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorTest.java Removed: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorTest.java directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorTest.java Modified: directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/tree/PartitionTreeTest.java Modified: directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml?rev=1378071&r1=1378070&r2=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml Tue Aug 28 10:37:38 2012 @@ -143,5 +143,141 @@ + + + + integration + + integration + + + + + maven-surefire-plugin + + + **/*IT.java + **/*Test.java + + + **/*PerfIT.java + **/*PerfTest.java + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + process-test-resources + + copy + + + + + org.apache.directory.shared + shared-ldap-extras-codec + ${org.apache.directory.shared.version} + ${codec.plugin.directory} + + + + + + + + + + + + quicktest + + true + + + + + maven-surefire-plugin + + + **/*PerfIT.java + **/*PerfTest.java + **/*ITest.java + **/*IT.java + + + org.apache.directory.server.core.factory.LdifPartitionFactory + + ${project.build.directory} + + + false + + + onFirstInit + + + ${project.build.directory}/osgi-cache + + + + + + + maven-antrun-plugin + + + validate + + + +================================================================= + Q U I C K T E S T S + --------------------- + +WARNING: Long running integration tests have been disabled! +================================================================= + + + + + run + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + process-test-resources + + copy + + + + + org.apache.directory.shared + shared-ldap-extras-codec + ${org.apache.directory.shared.version} + ${codec.plugin.directory} + + + + + + + + + + + Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsContainerCursorIT.java Tue Aug 28 10:37:38 2012 @@ -55,9 +55,9 @@ import org.slf4j.LoggerFactory; * * @author Apache Directory Project */ -public class DupsContainerCursorTest +public class DupsContainerCursorIT { - private static final Logger LOG = LoggerFactory.getLogger( NoDupsCursorTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( NoDupsCursorIT.class.getSimpleName() ); private static final String TEST_OUTPUT_PATH = "test.output.path"; JdbmTable table; @@ -74,7 +74,7 @@ public class DupsContainerCursorTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/DupsCursorIT.java Tue Aug 28 10:37:38 2012 @@ -56,9 +56,9 @@ import org.slf4j.LoggerFactory; * * @author Apache Directory Project */ -public class DupsCursorTest +public class DupsCursorIT { - private static final Logger LOG = LoggerFactory.getLogger( DupsCursorTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( DupsCursorIT.class.getSimpleName() ); private static final String TEST_OUTPUT_PATH = "test.output.path"; private static final int SIZE = 15; @@ -75,7 +75,7 @@ public class DupsCursorTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndexIT.java Tue Aug 28 10:37:38 2012 @@ -53,7 +53,7 @@ import org.junit.Test; * * @author Apache Directory Project */ -public class JdbmIndexTest +public class JdbmIndexIT { private static File dbFileDir; Index idx; @@ -67,7 +67,7 @@ public class JdbmIndexTest if ( workingDirectory == null ) { - String path = JdbmIndexTest.class.getResource( "" ).getPath(); + String path = JdbmIndexIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } @@ -91,9 +91,9 @@ public class JdbmIndexTest public void setup() throws IOException { - File tmpIndexFile = File.createTempFile( JdbmIndexTest.class.getSimpleName(), "db" ); + File tmpIndexFile = File.createTempFile( JdbmIndexIT.class.getSimpleName(), "db" ); tmpIndexFile.deleteOnExit(); - dbFileDir = new File( tmpIndexFile.getParentFile(), JdbmIndexTest.class.getSimpleName() ); + dbFileDir = new File( tmpIndexFile.getParentFile(), JdbmIndexIT.class.getSimpleName() ); dbFileDir.mkdirs(); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmMasterTableIT.java Tue Aug 28 10:37:38 2012 @@ -48,9 +48,9 @@ import org.slf4j.LoggerFactory; * * @author Apache Directory Project */ -public class JdbmMasterTableTest +public class JdbmMasterTableIT { - private static final Logger LOG = LoggerFactory.getLogger( JdbmMasterTableTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( JdbmMasterTableIT.class.getSimpleName() ); private static final String TEST_OUTPUT_PATH = "test.output.path"; JdbmMasterTable table; @@ -59,13 +59,13 @@ public class JdbmMasterTableTest SchemaManager schemaManager = null; - public JdbmMasterTableTest() throws Exception + public JdbmMasterTableIT() throws Exception { String workingDirectory = System.getProperty( "workingDirectory" ); if ( workingDirectory == null ) { - String path = JdbmMasterTableTest.class.getResource( "" ).getPath(); + String path = JdbmMasterTableIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmRdnIndexIT.java Tue Aug 28 10:37:38 2012 @@ -53,7 +53,7 @@ import org.junit.Test; * * @author Apache Directory Project */ -public class JdbmRdnIndexTest +public class JdbmRdnIndexIT { private static File dbFileDir; Index idx; @@ -67,7 +67,7 @@ public class JdbmRdnIndexTest if ( workingDirectory == null ) { - String path = JdbmRdnIndexTest.class.getResource( "" ).getPath(); + String path = JdbmRdnIndexIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } @@ -91,9 +91,9 @@ public class JdbmRdnIndexTest public void setup() throws IOException { - File tmpIndexFile = File.createTempFile( JdbmRdnIndexTest.class.getSimpleName(), "db" ); + File tmpIndexFile = File.createTempFile( JdbmRdnIndexIT.class.getSimpleName(), "db" ); tmpIndexFile.deleteOnExit(); - dbFileDir = new File( tmpIndexFile.getParentFile(), JdbmRdnIndexTest.class.getSimpleName() ); + dbFileDir = new File( tmpIndexFile.getParentFile(), JdbmRdnIndexIT.class.getSimpleName() ); dbFileDir.mkdirs(); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreIT.java Tue Aug 28 10:37:38 2012 @@ -81,9 +81,9 @@ import org.slf4j.LoggerFactory; * @author Apache Directory Project */ @SuppressWarnings("unchecked") -public class JdbmStoreTest +public class JdbmStoreIT { - private static final Logger LOG = LoggerFactory.getLogger( JdbmStoreTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( JdbmStoreIT.class.getSimpleName() ); File wkdir; JdbmPartition store; @@ -118,7 +118,7 @@ public class JdbmStoreTest if ( workingDirectory == null ) { - String path = JdbmStoreTest.class.getResource( "" ).getPath(); + String path = JdbmStoreIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTxnIT.java Tue Aug 28 10:37:38 2012 @@ -55,7 +55,7 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; -public class JdbmStoreTxnTest +public class JdbmStoreTxnIT { static File wkdir; static JdbmPartition store; @@ -82,7 +82,7 @@ public class JdbmStoreTxnTest if ( workingDirectory == null ) { - String path = JdbmStoreTest.class.getResource( "" ).getPath(); + String path = JdbmStoreIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableNoDuplicatesIT.java Tue Aug 28 10:37:38 2012 @@ -53,9 +53,9 @@ import org.slf4j.LoggerFactory; * * @author Apache Directory Project */ -public class JdbmTableNoDuplicatesTest +public class JdbmTableNoDuplicatesIT { - private static final Logger LOG = LoggerFactory.getLogger( JdbmTableNoDuplicatesTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( JdbmTableNoDuplicatesIT.class.getSimpleName() ); private static final String TEST_OUTPUT_PATH = "test.output.path"; Table table; @@ -71,7 +71,7 @@ public class JdbmTableNoDuplicatesTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmTableWithDuplicatesIT.java Tue Aug 28 10:37:38 2012 @@ -56,9 +56,9 @@ import org.slf4j.LoggerFactory; * * @author Apache Directory Project */ -public class JdbmTableWithDuplicatesTest +public class JdbmTableWithDuplicatesIT { - private static final Logger LOG = LoggerFactory.getLogger( JdbmTableWithDuplicatesTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( JdbmTableWithDuplicatesIT.class.getSimpleName() ); private static final String TEST_OUTPUT_PATH = "test.output.path"; private static final int SIZE = 15; private static final int SIZE2 = 30; @@ -84,7 +84,7 @@ public class JdbmTableWithDuplicatesTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorIT.java Tue Aug 28 10:37:38 2012 @@ -53,7 +53,7 @@ import org.junit.Test; * * @author Apache Directory Project */ -public class KeyTupleBTreeCursorTest +public class KeyTupleBTreeCursorIT { JdbmTable table; Comparator comparator; @@ -73,7 +73,7 @@ public class KeyTupleBTreeCursorTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Copied: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorIT.java (from r1377773, directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorTest.java) URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorIT.java?p2=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorIT.java&p1=directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorTest.java&r1=1377773&r2=1378071&rev=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/NoDupsCursorIT.java Tue Aug 28 10:37:38 2012 @@ -56,9 +56,9 @@ import org.slf4j.LoggerFactory; * * @author Apache Directory Project */ -public class NoDupsCursorTest +public class NoDupsCursorIT { - private static final Logger LOG = LoggerFactory.getLogger( NoDupsCursorTest.class.getSimpleName() ); + private static final Logger LOG = LoggerFactory.getLogger( NoDupsCursorIT.class.getSimpleName() ); private static final String TEST_OUTPUT_PATH = "test.output.path"; Table table; @@ -74,7 +74,7 @@ public class NoDupsCursorTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); } Modified: directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/tree/PartitionTreeTest.java URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/tree/PartitionTreeTest.java?rev=1378071&r1=1378070&r2=1378071&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/tree/PartitionTreeTest.java (original) +++ directory/apacheds/branches/apacheds-txns/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/tree/PartitionTreeTest.java Tue Aug 28 10:37:38 2012 @@ -28,7 +28,7 @@ import static org.junit.Assert.fail; import java.io.File; import org.apache.directory.server.core.api.partition.Partition; -import org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursorTest; +import org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursorIT; import org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition; import org.apache.directory.server.core.shared.partition.OperationExecutionManagerFactory; import org.apache.directory.server.core.shared.txn.TxnManagerFactory; @@ -67,7 +67,7 @@ public class PartitionTreeTest if ( workingDirectory == null ) { - String path = DupsContainerCursorTest.class.getResource( "" ).getPath(); + String path = DupsContainerCursorIT.class.getResource( "" ).getPath(); int targetPos = path.indexOf( "target" ); workingDirectory = path.substring( 0, targetPos + 6 ); }