(no commit message)
[utils] / security / impl / src / test / java / org / wamblee / security / authentication / UserAdministrationImplTest.java
index 76e7b46f222640dde84bd4ea7ec29dc5d101da6f..3bdcbf8de9b11636dcadb9bbfb287befc9513895 100644 (file)
  */
 package org.wamblee.security.authentication;
 
+import java.util.List;
+
 import junit.framework.TestCase;
 
 import org.apache.log4j.Logger;
-import org.junit.Test;
-
-import org.wamblee.security.authentication.Group;
-import org.wamblee.security.authentication.GroupSet;
-import org.wamblee.security.authentication.InMemoryGroupSet;
-import org.wamblee.security.authentication.InMemoryUserSet;
-import org.wamblee.security.authentication.RegexpNameValidator;
-import org.wamblee.security.authentication.User;
-import org.wamblee.security.authentication.UserAdministration;
-import org.wamblee.security.authentication.UserAdministrationImpl;
-import org.wamblee.security.authentication.UserMgtException;
-import org.wamblee.security.authentication.UserSet;
 import org.wamblee.security.authentication.UserMgtException.Reason;
 import org.wamblee.security.encryption.Md5HexMessageDigester;
 
-import java.util.List;
-import java.util.Set;
-
 /**
  * Test of user administration implementation.
  *