align package names.
[utils] / security / jpatest / src / test / java / org / wamblee / security / authentication / jpa / JpaGroupSetTest.java
similarity index 91%
rename from security/jpatest/src/test/java/org/wamblee/usermgt/jpa/JpaGroupSetTest.java
rename to security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaGroupSetTest.java
index 4ece0ba43dcb239d3fa164ecfcce9e3d47242155..fe684088639d59953dbd3c671923a85454e207f0 100644 (file)
@@ -1,15 +1,16 @@
-package org.wamblee.usermgt.jpa;
+package org.wamblee.security.authentication.jpa;
 
 import java.sql.Connection;
 import java.sql.ResultSet;
 
 import org.junit.After;
 import org.junit.Before;
+import org.wamblee.security.authentication.GroupSet;
+import org.wamblee.security.authentication.InMemoryGroupSetTest;
+import org.wamblee.security.authentication.jpa.JpaGroupSet;
 import org.wamblee.support.persistence.JpaTester;
 import org.wamblee.support.persistence.TransactionProxyFactory;
 import org.wamblee.support.persistence.DatabaseUtils.JdbcUnitOfWork;
-import org.wamblee.usermgt.GroupSet;
-import org.wamblee.usermgt.InMemoryGroupSetTest;
 
 
 public class JpaGroupSetTest extends InMemoryGroupSetTest {