Skip to content

Commit 4a99636

Browse files
committed
test: add servlet for Tomcat8
1 parent 729e655 commit 4a99636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test/src/test/java/com/reajason/javaweb/integration/tomcat/Tomcat8ContainerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ static Stream<Arguments> casesProvider() {
5555
Server server = Server.Tomcat;
5656
List<String> supportedShellTypes = List.of(
5757
ShellType.FILTER,
58+
ShellType.SERVLET,
5859
ShellType.LISTENER,
5960
ShellType.VALVE,
6061
ShellType.WEBSOCKET,

0 commit comments

Comments
 (0)