add integration test profile

This commit is contained in:
DOHA
2016-10-18 12:55:02 +02:00
parent e9f3cfd7c6
commit b4f778a0e7
2 changed files with 37 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import com.baeldung.mvc.velocity.test.config.TestConfig;
// @ContextConfiguration(locations = {"classpath:mvc-servlet.xml"})
@ContextConfiguration(classes = { TestConfig.class, WebConfig.class })
@WebAppConfiguration
public class DataContentControllerTest {
public class DataContentControllerIntegrationTest {
private MockMvc mockMvc;