X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fjpatest%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2Fjpa%2FUserAdministrationTester.java;h=e11c97cf67cffe771c018b1f0b32617a574bafea;hb=c352d5f80485dd4d4edca02abec7144a0856b940;hp=a1bc3f7835b308885c8d20cae2ab5e942ff5ef94;hpb=c57f48be7eb404ec3cc72d4586eff1ea32c3b673;p=utils diff --git a/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/UserAdministrationTester.java b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/UserAdministrationTester.java index a1bc3f78..e11c97cf 100644 --- a/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/UserAdministrationTester.java +++ b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/UserAdministrationTester.java @@ -27,9 +27,9 @@ import org.wamblee.security.authentication.User; import org.wamblee.security.authentication.UserAdministration; import org.wamblee.security.authentication.UserAdministrationImpl; import org.wamblee.security.authentication.UserSet; -import org.wamblee.support.persistence.JpaTester; -import org.wamblee.support.persistence.PersistenceUnitDescription; -import org.wamblee.support.persistence.TransactionProxyFactory; +import org.wamblee.test.persistence.JpaTester; +import org.wamblee.test.persistence.PersistenceUnitDescription; +import org.wamblee.test.transactions.TransactionProxyFactory; /** * Setup of a security repository for unit test. This provides all the necessary wiring