瀏覽代碼

Move Ldap authorities populator tests to the correct package.

Luke Taylor 14 年之前
父節點
當前提交
eebcfd28ef

+ 1 - 1
ldap/src/test/java/org/springframework/security/ldap/populator/DefaultLdapAuthoritiesPopulatorTests.java → ldap/src/test/java/org/springframework/security/ldap/userdetails/DefaultLdapAuthoritiesPopulatorTests.java

@@ -13,7 +13,7 @@
  * limitations under the License.
  */
 
-package org.springframework.security.ldap.populator;
+package org.springframework.security.ldap.userdetails;
 
 
 import static org.junit.Assert.*;

+ 1 - 1
ldap/src/test/java/org/springframework/security/ldap/populator/UserDetailsServiceLdapAuthoritiesPopulatorTests.java → ldap/src/test/java/org/springframework/security/ldap/userdetails/UserDetailsServiceLdapAuthoritiesPopulatorTests.java

@@ -1,4 +1,4 @@
-package org.springframework.security.ldap.populator;
+package org.springframework.security.ldap.userdetails;
 
 import static org.junit.Assert.*;
 import static org.mockito.Mockito.*;