X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fjpatest%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2Fjpa%2FJpaGroupSetTest.java;h=6f791cdd76777124a6d90bb2524012cce780ad23;hb=c352d5f80485dd4d4edca02abec7144a0856b940;hp=aa736302f622041f1e31569d182085accf27baae;hpb=637c67e5c818de837b2e6646a99b2e422745b4a7;p=utils diff --git a/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaGroupSetTest.java b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaGroupSetTest.java index aa736302..6f791cdd 100644 --- a/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaGroupSetTest.java +++ b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaGroupSetTest.java @@ -7,10 +7,9 @@ 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.test.persistence.JpaTester; -import org.wamblee.test.persistence.TransactionProxyFactory; import org.wamblee.test.persistence.DatabaseUtils.JdbcUnitOfWork; +import org.wamblee.test.transactions.TransactionProxyFactory; public class JpaGroupSetTest extends InMemoryGroupSetTest {