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 1CEEE912B for ; Mon, 20 Feb 2012 13:43:42 +0000 (UTC) Received: (qmail 49455 invoked by uid 500); 20 Feb 2012 13:43:42 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 49409 invoked by uid 500); 20 Feb 2012 13:43:42 -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 49402 invoked by uid 99); 20 Feb 2012 13:43:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 13:43:42 +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; Mon, 20 Feb 2012 13:43:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5E5BA238899C for ; Mon, 20 Feb 2012 13:43:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1291253 - /directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java Date: Mon, 20 Feb 2012 13:43:21 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120220134321.5E5BA238899C@eris.apache.org> Author: elecharny Date: Mon Feb 20 13:43:20 2012 New Revision: 1291253 URL: http://svn.apache.org/viewvc?rev=1291253&view=rev Log: Made the connection schema aware Modified: directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java Modified: directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java?rev=1291253&r1=1291252&r2=1291253&view=diff ============================================================================== --- directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java (original) +++ directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java Mon Feb 20 13:43:20 2012 @@ -108,8 +108,8 @@ public class ModifyRdnIT extends Abstrac public void testModifyRdnAndDeleteOld() throws Exception { LdapConnection connection = ServerIntegrationUtils.getAdminConnection( getLdapServer() ); - connection.setTimeOut( 0L ); - //connection.loadSchema(); + //connection.setTimeOut( 0L ); + connection.loadSchema(); // Create a person, cn value is rdn String oldCn = "Myra Ellen Amos";