Move Ldap authorities populator tests to the correct package.
This commit is contained in:
parent
dbe270f132
commit
eebcfd28ef
|
@ -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.*;
|
|
@ -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…
Reference in New Issue