Browse Source

Move Ldap authorities populator tests to the correct package.

pull/1/head
Luke Taylor 15 years ago
parent
commit
eebcfd28ef
  1. 2
      ldap/src/test/java/org/springframework/security/ldap/userdetails/DefaultLdapAuthoritiesPopulatorTests.java
  2. 2
      ldap/src/test/java/org/springframework/security/ldap/userdetails/UserDetailsServiceLdapAuthoritiesPopulatorTests.java

2
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. * limitations under the License.
*/ */
package org.springframework.security.ldap.populator; package org.springframework.security.ldap.userdetails;
import static org.junit.Assert.*; import static org.junit.Assert.*;

2
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.junit.Assert.*;
import static org.mockito.Mockito.*; import static org.mockito.Mockito.*;
Loading…
Cancel
Save