You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/05/29 01:13:00 UTC

svn commit: r178901 - /directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java

Author: akarasulu
Date: Sat May 28 16:12:59 2005
New Revision: 178901

URL: http://svn.apache.org/viewcvs?rev=178901&view=rev
Log:
Cleaned up unused import.

Modified:
    directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java

Modified: directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java?rev=178901&r1=178900&r2=178901&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java (original)
+++ directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/RootDSETest.java Sat May 28 16:12:59 2005
@@ -20,7 +20,6 @@
 import junit.framework.TestCase;
 import org.apache.commons.io.FileUtils;
 import org.apache.ldap.common.exception.LdapNoPermissionException;
-import org.apache.mina.util.AvailablePortFinder;
 
 import javax.naming.Context;
 import javax.naming.InitialContext;