X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fjpatest%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2Fjpa%2FJpaGroupSetTest.java;h=aa736302f622041f1e31569d182085accf27baae;hb=cb91054f35281c6fc5619f93ff71df46bf4686b9;hp=fe684088639d59953dbd3c671923a85454e207f0;hpb=dec278a67997ea8e85d10662e31548afd8890ed3;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 fe684088..aa736302 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 @@ -8,9 +8,9 @@ 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.test.persistence.JpaTester; +import org.wamblee.test.persistence.TransactionProxyFactory; +import org.wamblee.test.persistence.DatabaseUtils.JdbcUnitOfWork; public class JpaGroupSetTest extends InMemoryGroupSetTest {