Commit fbdd75f5e3b35743a848f178ac48baa45f4746f1
1 parent
94fbf62a
Exists in
master
Remoção de importações desnecessárias
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
impl/core/src/test/java/util/ResourceBundleTest.java
| ... | ... | @@ -37,14 +37,10 @@ |
| 37 | 37 | package util; |
| 38 | 38 | |
| 39 | 39 | import static org.junit.Assert.assertEquals; |
| 40 | -import static org.junit.Assert.assertFalse; | |
| 41 | -import static org.junit.Assert.assertTrue; | |
| 42 | 40 | |
| 43 | -import java.util.Enumeration; | |
| 44 | 41 | import java.util.Locale; |
| 45 | 42 | |
| 46 | 43 | import org.junit.Before; |
| 47 | -import org.junit.Ignore; | |
| 48 | 44 | import org.junit.Test; |
| 49 | 45 | |
| 50 | 46 | import br.gov.frameworkdemoiselle.util.ResourceBundle; | ... | ... |