Move Ldap authorities populator tests to the correct package.

This commit is contained in:
Luke Taylor 2010-12-20 17:23:43 +00:00
parent dbe270f132
commit eebcfd28ef
2 changed files with 2 additions and 2 deletions

View File

@ -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.*;

View File

@ -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.*;