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 2006/02/07 19:47:39 UTC

svn commit: r375660 - /directory/trunks/apacheds/server-unit/src/test/java/org/apache/ldap/server/BadDnTest.java

Author: akarasulu
Date: Tue Feb  7 10:47:35 2006
New Revision: 375660

URL: http://svn.apache.org/viewcvs?rev=375660&view=rev
Log:
removed unused import

Modified:
    directory/trunks/apacheds/server-unit/src/test/java/org/apache/ldap/server/BadDnTest.java

Modified: directory/trunks/apacheds/server-unit/src/test/java/org/apache/ldap/server/BadDnTest.java
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/server-unit/src/test/java/org/apache/ldap/server/BadDnTest.java?rev=375660&r1=375659&r2=375660&view=diff
==============================================================================
--- directory/trunks/apacheds/server-unit/src/test/java/org/apache/ldap/server/BadDnTest.java (original)
+++ directory/trunks/apacheds/server-unit/src/test/java/org/apache/ldap/server/BadDnTest.java Tue Feb  7 10:47:35 2006
@@ -19,7 +19,6 @@
 import java.util.Hashtable;
 
 import javax.naming.AuthenticationException;
-import javax.naming.InvalidNameException;
 import javax.naming.ldap.InitialLdapContext;
 import javax.naming.ldap.LdapContext;