Fix BAEL-454 and move test to actual tests

This commit is contained in:
Marek Lewandowski 2016-11-16 09:55:16 +01:00
parent 9305e79806
commit b74ce5914b
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -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() {