From: Erik Brakkee Date: Sat, 17 Jul 2010 20:25:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~285 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=c352d5f80485dd4d4edca02abec7144a0856b940;hp=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 { diff --git a/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java index 4a9ab5f0..7c5274dd 100644 --- a/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java +++ b/security/jpatest/src/test/java/org/wamblee/security/authentication/jpa/JpaUserSetTest.java @@ -31,8 +31,8 @@ import org.wamblee.security.authentication.RegexpNameValidator; import org.wamblee.security.authentication.User; import org.wamblee.security.authentication.UserSet; 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; /** * Tests for {@link org.wamblee.usermgt.hibernate.HibernateGroupSet} 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 d89b6a22..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 @@ -29,7 +29,7 @@ import org.wamblee.security.authentication.UserAdministrationImpl; import org.wamblee.security.authentication.UserSet; import org.wamblee.test.persistence.JpaTester; import org.wamblee.test.persistence.PersistenceUnitDescription; -import org.wamblee.test.persistence.TransactionProxyFactory; +import org.wamblee.test.transactions.TransactionProxyFactory; /** * Setup of a security repository for unit test. This provides all the necessary wiring diff --git a/security/jpatest/src/test/java/org/wamblee/security/authorization/jpa/JpaAuthorizationServiceTest.java b/security/jpatest/src/test/java/org/wamblee/security/authorization/jpa/JpaAuthorizationServiceTest.java index ea5036f2..f908d26d 100644 --- a/security/jpatest/src/test/java/org/wamblee/security/authorization/jpa/JpaAuthorizationServiceTest.java +++ b/security/jpatest/src/test/java/org/wamblee/security/authorization/jpa/JpaAuthorizationServiceTest.java @@ -22,7 +22,7 @@ import org.wamblee.security.authentication.jpa.SecurityPersistenceUnit; import org.wamblee.security.authorization.AuthorizationService; import org.wamblee.security.authorization.AuthorizationServiceTest; import org.wamblee.test.persistence.JpaTester; -import org.wamblee.test.persistence.TransactionProxyFactory; +import org.wamblee.test.transactions.TransactionProxyFactory; /** * Unit test for the persistent authorization service.