Commit 1e5f442a43018de2f4a3bba2f6b78671ca960a28

Authored by Emerson Oliveira
1 parent 5d1ee785
Exists in master

Retirada de import desnecessário

impl/core/src/test/java/security/authorization/disable/DisabledAuthorizationTest.java
@@ -36,9 +36,7 @@ @@ -36,9 +36,7 @@
36 */ 36 */
37 package security.authorization.disable; 37 package security.authorization.disable;
38 38
39 -import static org.junit.Assert.assertEquals;  
40 import static org.junit.Assert.assertNull; 39 import static org.junit.Assert.assertNull;
41 -import static org.junit.Assert.assertTrue;  
42 40
43 import javax.enterprise.context.RequestScoped; 41 import javax.enterprise.context.RequestScoped;
44 import javax.enterprise.event.Observes; 42 import javax.enterprise.event.Observes;
@@ -52,7 +50,6 @@ import org.jboss.shrinkwrap.api.spec.JavaArchive; @@ -52,7 +50,6 @@ import org.jboss.shrinkwrap.api.spec.JavaArchive;
52 import org.junit.Test; 50 import org.junit.Test;
53 import org.junit.runner.RunWith; 51 import org.junit.runner.RunWith;
54 52
55 -import security.athentication.custom.CustomAuthenticator;  
56 import security.authorization.custom.CustomAuthorizer; 53 import security.authorization.custom.CustomAuthorizer;
57 import test.Tests; 54 import test.Tests;
58 import br.gov.frameworkdemoiselle.security.AfterLoginSuccessful; 55 import br.gov.frameworkdemoiselle.security.AfterLoginSuccessful;