From 711bd78d1ab9322102bdc5abdabe912ea2be25de Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Fri, 12 Jan 2007 13:40:12 +0000 Subject: [PATCH] IN PROGRESS - issue LDAP-33: Remove package dependency cycle between ldap.core and ldap.support http://opensource.atlassian.com/projects/spring/browse/LDAP-33 --- .../java/org/springframework/ldap/LdapTemplateLookupTest.java | 4 ++-- .../test/java/org/springframework/ldap/LdapTemplateTest.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java index 810d33d5..cbe854ca 100644 --- a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java +++ b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java @@ -29,9 +29,9 @@ import org.easymock.MockControl; import org.springframework.ldap.core.AttributesMapper; import org.springframework.ldap.core.ContextMapper; import org.springframework.ldap.core.ContextSource; +import org.springframework.ldap.core.DirContextAdapter; +import org.springframework.ldap.core.DistinguishedName; import org.springframework.ldap.core.LdapTemplate; -import org.springframework.ldap.support.DirContextAdapter; -import org.springframework.ldap.support.DistinguishedName; import org.springframework.ldap.support.EntryNotFoundException; import org.springframework.ldap.support.NamingExceptionTranslator; diff --git a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java index 6c8adb20..42116fdd 100644 --- a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java +++ b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java @@ -40,10 +40,10 @@ import org.springframework.ldap.core.ContextExecutor; import org.springframework.ldap.core.ContextMapper; import org.springframework.ldap.core.ContextSource; import org.springframework.ldap.core.DirContextProcessor; +import org.springframework.ldap.core.DistinguishedName; import org.springframework.ldap.core.LdapTemplate; import org.springframework.ldap.core.NameClassPairCallbackHandler; import org.springframework.ldap.core.SearchExecutor; -import org.springframework.ldap.support.DistinguishedName; import org.springframework.ldap.support.EntryNotFoundException; import org.springframework.ldap.support.NamingExceptionTranslator;