Browse Source

Test using Tomcat 7 behind Apache proxy (#13302)

Change-Id: I725990a16b8f4fd6021044aff15c922c0c0f7bd2
tags/7.1.12
Artur Signell 10 years ago
parent
commit
af96612a13
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      uitest/integration_tests.xml

+ 7
- 0
uitest/integration_tests.xml View File

@@ -133,6 +133,12 @@
<param name="target-server" value="tomcat7" />
</antcall>
</target>
<target name="integration-test-tomcat7apacheproxy">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
<param name="target-server" value="tomcat7apacheproxy" />
</antcall>
</target>
<target name="integration-test-tomcat8">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
@@ -424,6 +430,7 @@
<antcall target="integration-test-tomcat6" />
<antcall target="integration-test-tomcat7" />
<antcall target="integration-test-tomcat8" />
<antcall target="integration-test-tomcat7apacheproxy" />
<antcall target="integration-test-websphere8" />
</parallel>


Loading…
Cancel
Save