Skip to content

Commit b176286

Browse files
committed
test: add cases
1 parent 86d0246 commit b176286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static Stream<Arguments> casesProvider() {
5959
ShellType.AGENT_FILTER_CHAIN,
6060
ShellType.CATALINA_AGENT_CONTEXT_VALVE
6161
);
62-
List<Packers> testPackers = List.of(Packers.AgentJarWithJREAttacher);
62+
List<Packers> testPackers = List.of(Packers.JSP, Packers.JSPX, Packers.JavaDeserialize, Packers.AgentJarWithJREAttacher);
6363
return TestCasesProvider.getTestCases(imageName, server, supportedShellTypes, testPackers);
6464
}
6565

0 commit comments

Comments
 (0)