rename #BAEL-100 tests to follow the standard naming convention (#1145)

This commit is contained in:
Tian Baoqiang 2017-02-09 20:26:49 +08:00 committed by Eugen
parent 8c88e79fed
commit 58da4867bc
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import static org.junit.Assert.*;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = SpringBootAnnotatedApp.class)
@AutoConfigureMockMvc
@TestPropertySource(properties = { "security.basic.enabled=false", "server.tomcat.additional-tld-skip-patterns=tomee-*.jar,tomcat-*.jar,openejb-*.jar,cxf-*.jar,activemq-*.jar" })
public class SpringBootWithServletComponentTest {
public class SpringBootWithServletComponentIntegrationTest {
@Autowired private ServletContext servletContext;

View File

@ -20,7 +20,7 @@ import static org.junit.Assert.*;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = SpringBootPlainApp.class)
@AutoConfigureMockMvc
@TestPropertySource(properties = { "security.basic.enabled=false", "server.tomcat.additional-tld-skip-patterns=tomee-*.jar,tomcat-*.jar,openejb-*.jar,cxf-*.jar,activemq-*.jar" })
public class SpringBootWithoutServletComponentTest {
public class SpringBootWithoutServletComponentIntegrationTest {
@Autowired private ServletContext servletContext;