X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthorization%2FAuthorizationServiceTest.java;h=151dbd7e631479b11d5162bc607c769afa92f4e7;hb=ffdd19f7607a6bb712575fa0d929e680e535a820;hp=502000e61a5b4a3b15323a96e65dd1eb11615b73;hpb=881682f4d6c9f623b7bea4d46efe5da5b07ef974;p=utils diff --git a/security/src/test/java/org/wamblee/security/authorization/AuthorizationServiceTest.java b/security/src/test/java/org/wamblee/security/authorization/AuthorizationServiceTest.java index 502000e6..151dbd7e 100644 --- a/security/src/test/java/org/wamblee/security/authorization/AuthorizationServiceTest.java +++ b/security/src/test/java/org/wamblee/security/authorization/AuthorizationServiceTest.java @@ -20,9 +20,6 @@ import static org.wamblee.security.authorization.AuthorizationResult.DENIED; import static org.wamblee.security.authorization.AuthorizationResult.GRANTED; import junit.framework.TestCase; -import org.wamblee.persistence.hibernate.HibernateMappingFiles; -import org.wamblee.test.spring.SpringTestCase; -import org.wamblee.test.spring.SpringConfigFiles; import org.wamblee.usermgt.UserAccessor; /**