You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/02/20 14:43:21 UTC

svn commit: r1291253 - /directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modifydn/ModifyRdnIT.java

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";