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>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.springframework.core.io.Resource;
|
|||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class BeanFactoryWithClassPathResource {
|
||||
public class BeanFactoryWithClassPathResourceTest {
|
||||
|
||||
@Test
|
||||
public void createBeanFactoryAndCheckEmployeeBean() {
|
Loading…
Reference in New Issue