X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fjpatest%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2Fjpa%2FJpaUserSetTest.java;fp=security%2Fjpatest%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fusermgt%2Fjpa%2FJpaUserSetTest.java;h=f5b5fa10b43c6385ae3d742bbe7ac05b23c03880;hb=03b34d260efda9f7df9fe35a703acd83c0cfe317;hp=795bf597f313f2b6479a914e47fc7e8c6cbf63e6;hpb=0adf8fb6e00f08a022379cff5edb43fcde30184c;p=utils diff --git a/security/jpatest/src/test/java/org/wamblee/usermgt/jpa/JpaUserSetTest.java b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java similarity index 93% rename from security/jpatest/src/test/java/org/wamblee/usermgt/jpa/JpaUserSetTest.java rename to security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java index 795bf597..f5b5fa10 100644 --- a/security/jpatest/src/test/java/org/wamblee/usermgt/jpa/JpaUserSetTest.java +++ b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.wamblee.usermgt.jpa; +package org.wamblee.security.authentication.jpa; import java.sql.Connection; import java.sql.ResultSet; @@ -21,18 +21,20 @@ import java.util.Set; import org.wamblee.cache.EhCache; import org.wamblee.io.ClassPathResource; +import org.wamblee.security.authentication.Group; +import org.wamblee.security.authentication.GroupSet; +import org.wamblee.security.authentication.InMemoryUserSetTest; +import org.wamblee.security.authentication.NameValidator; +import org.wamblee.security.authentication.RegexpNameValidator; +import org.wamblee.security.authentication.User; +import org.wamblee.security.authentication.UserSet; +import org.wamblee.security.authentication.jpa.JpaGroupSet; +import org.wamblee.security.authentication.jpa.JpaUserSet; import org.wamblee.security.encryption.Md5HexMessageDigester; import org.wamblee.security.encryption.MessageDigester; import org.wamblee.support.persistence.JpaTester; import org.wamblee.support.persistence.TransactionProxyFactory; import org.wamblee.support.persistence.DatabaseUtils.JdbcUnitOfWork; -import org.wamblee.usermgt.Group; -import org.wamblee.usermgt.GroupSet; -import org.wamblee.usermgt.InMemoryUserSetTest; -import org.wamblee.usermgt.NameValidator; -import org.wamblee.usermgt.RegexpNameValidator; -import org.wamblee.usermgt.User; -import org.wamblee.usermgt.UserSet; /** * Tests for {@link org.wamblee.usermgt.hibernate.HibernateGroupSet}