test: add tomcat6-jdk6 integration-test

This commit is contained in:
ReaJason
2024-11-29 18:05:28 +08:00
parent b0ef130e87
commit 9fe244e9ca
3 changed files with 4 additions and 11 deletions
@@ -14,14 +14,6 @@ import godzilla.BaseGodzillaTest;
*/
public interface GodzillaTest extends BaseGodzillaTest {
default String generateGodzillaJsp(GodzillaShellConfig config, String shellType) {
Server server = Server.TOMCAT;
ShellTool shellTool = ShellTool.Godzilla;
GenerateResult generateResult = GeneratorMain.generate(server, shellTool, shellType, config);
JspPacker jspPacker = new JspPacker();
return new String(jspPacker.pack(generateResult));
}
default String generateGodzillaJsp(GodzillaShellConfig config, String shellType, int targetJdkVersion) {
Server server = Server.TOMCAT;
ShellTool shellTool = ShellTool.Godzilla;