You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2009/06/10 19:04:05 UTC

svn commit: r783425 - /directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java

Author: kayyagari
Date: Wed Jun 10 17:04:05 2009
New Revision: 783425

URL: http://svn.apache.org/viewvc?rev=783425&view=rev
Log:
removed accidentally committed code

Modified:
    directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java

Modified: directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java?rev=783425&r1=783424&r2=783425&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java (original)
+++ directory/apacheds/trunk/ldap-api-test/src/test/java/org/apache/directory/shared/client/api/operations/ClientModifyDnRequestTest.java Wed Jun 10 17:04:05 2009
@@ -64,12 +64,6 @@
     
     private String dn = "cn=modDn,ou=system";
 
-    static
-    {
-        BasicConfigurator.configure();
-    }
-    
-    
     @Before
     public void setup() throws Exception
     {