Commit 17c4efee524211236cb0e39e0d181fe3f962c4ee
1 parent
4bd58c86
Exists in
master
Removidos imports desnecessários
Showing
6 changed files
with
0 additions
and
6 deletions
Show diff stats
impl/extension/jdbc/src/test/java/connection/producer/ConnectionProducerNoConnectionDriverTest.java
... | ... | @@ -44,7 +44,6 @@ import javax.inject.Inject; |
44 | 44 | import org.jboss.arquillian.container.test.api.Deployment; |
45 | 45 | import org.jboss.arquillian.junit.Arquillian; |
46 | 46 | import org.jboss.shrinkwrap.api.spec.WebArchive; |
47 | -import org.junit.Ignore; | |
48 | 47 | import org.junit.Test; |
49 | 48 | import org.junit.runner.RunWith; |
50 | 49 | ... | ... |
impl/extension/jdbc/src/test/java/connection/producer/ConnectionProducerNoConnectionUrlTest.java
... | ... | @@ -44,7 +44,6 @@ import javax.inject.Inject; |
44 | 44 | import org.jboss.arquillian.container.test.api.Deployment; |
45 | 45 | import org.jboss.arquillian.junit.Arquillian; |
46 | 46 | import org.jboss.shrinkwrap.api.spec.WebArchive; |
47 | -import org.junit.Ignore; | |
48 | 47 | import org.junit.Test; |
49 | 48 | import org.junit.runner.RunWith; |
50 | 49 | ... | ... |
impl/extension/jdbc/src/test/java/connection/producer/ConnectionProducerWithJndiTest.java
... | ... | @@ -46,7 +46,6 @@ import javax.inject.Inject; |
46 | 46 | import org.jboss.arquillian.container.test.api.Deployment; |
47 | 47 | import org.jboss.arquillian.junit.Arquillian; |
48 | 48 | import org.jboss.shrinkwrap.api.spec.WebArchive; |
49 | -import org.junit.Ignore; | |
50 | 49 | import org.junit.Test; |
51 | 50 | import org.junit.runner.RunWith; |
52 | 51 | ... | ... |
impl/extension/jdbc/src/test/java/connection/producer/ConnectionProducerWithNameTest.java
... | ... | @@ -45,7 +45,6 @@ import javax.inject.Inject; |
45 | 45 | import org.jboss.arquillian.container.test.api.Deployment; |
46 | 46 | import org.jboss.arquillian.junit.Arquillian; |
47 | 47 | import org.jboss.shrinkwrap.api.spec.WebArchive; |
48 | -import org.junit.Ignore; | |
49 | 48 | import org.junit.Test; |
50 | 49 | import org.junit.runner.RunWith; |
51 | 50 | ... | ... |
impl/extension/jdbc/src/test/java/connection/producer/ConnectionProducerWithoutJndiTest.java
... | ... | @@ -45,7 +45,6 @@ import javax.inject.Inject; |
45 | 45 | import org.jboss.arquillian.container.test.api.Deployment; |
46 | 46 | import org.jboss.arquillian.junit.Arquillian; |
47 | 47 | import org.jboss.shrinkwrap.api.spec.WebArchive; |
48 | -import org.junit.Ignore; | |
49 | 48 | import org.junit.Test; |
50 | 49 | import org.junit.runner.RunWith; |
51 | 50 | ... | ... |
impl/extension/jdbc/src/test/java/connection/producer/ConnectionProducerWithoutNameTest.java
... | ... | @@ -45,7 +45,6 @@ import javax.inject.Inject; |
45 | 45 | import org.jboss.arquillian.container.test.api.Deployment; |
46 | 46 | import org.jboss.arquillian.junit.Arquillian; |
47 | 47 | import org.jboss.shrinkwrap.api.spec.WebArchive; |
48 | -import org.junit.Ignore; | |
49 | 48 | import org.junit.Test; |
50 | 49 | import org.junit.runner.RunWith; |
51 | 50 | ... | ... |