Fix BAEL-454 and move test to actual tests
This commit is contained in:
parent
9305e79806
commit
b74ce5914b
@ -48,6 +48,7 @@
|
|||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.12</version>
|
<version>4.12</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ import org.springframework.core.io.Resource;
|
|||||||
import static org.junit.Assert.assertFalse;
|
import static org.junit.Assert.assertFalse;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
public class BeanFactoryWithClassPathResource {
|
public class BeanFactoryWithClassPathResourceTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void createBeanFactoryAndCheckEmployeeBean() {
|
public void createBeanFactoryAndCheckEmployeeBean() {
|
Loading…
x
Reference in New Issue
Block a user