Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 87119 invoked from network); 13 Oct 2005 21:24:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 21:24:43 -0000 Received: (qmail 561 invoked by uid 500); 13 Oct 2005 21:24:42 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 526 invoked by uid 500); 13 Oct 2005 21:24: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 514 invoked by uid 99); 13 Oct 2005 21:24:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 14:24:42 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Oct 2005 14:24:43 -0700 Received: (qmail 86832 invoked by uid 65534); 13 Oct 2005 21:24:21 -0000 Message-ID: <20051013212421.86831.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r320927 - /directory/apacheds/trunk/core/src/test/org/apache/ldap/server/authz/AuthorizationServiceAsNonAdminTest.java Date: Thu, 13 Oct 2005 21:24:20 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Thu Oct 13 14:24:18 2005 New Revision: 320927 URL: http://svn.apache.org/viewcvs?rev=320927&view=rev Log: cleanup unnecessary imports Modified: directory/apacheds/trunk/core/src/test/org/apache/ldap/server/authz/AuthorizationServiceAsNonAdminTest.java Modified: directory/apacheds/trunk/core/src/test/org/apache/ldap/server/authz/AuthorizationServiceAsNonAdminTest.java URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/authz/AuthorizationServiceAsNonAdminTest.java?rev=320927&r1=320926&r2=320927&view=diff ============================================================================== --- directory/apacheds/trunk/core/src/test/org/apache/ldap/server/authz/AuthorizationServiceAsNonAdminTest.java (original) +++ directory/apacheds/trunk/core/src/test/org/apache/ldap/server/authz/AuthorizationServiceAsNonAdminTest.java Thu Oct 13 14:24:18 2005 @@ -18,18 +18,14 @@ import java.util.HashSet; -import java.util.Hashtable; import javax.naming.NamingEnumeration; import javax.naming.NamingException; -import javax.naming.Name; import javax.naming.directory.*; import org.apache.ldap.common.exception.LdapNoPermissionException; import org.apache.ldap.common.message.LockableAttributesImpl; -import org.apache.ldap.common.name.LdapName; import org.apache.ldap.server.AbstractNonAdminTestCase; -import org.apache.ldap.server.subtree.SubentryService; /**