summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uitest/integration_tests.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index ec6bcb4c92..78e053991e 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -153,6 +153,13 @@
</antcall>
</target>
+ <target name="integration-test-jetty9">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="300" />
+ <param name="target-server" value="jetty9" />
+ </antcall>
+ </target>
+
<target name="integration-test-jboss4">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
@@ -375,6 +382,7 @@
<antcall target="integration-test-jetty6" />
<antcall target="integration-test-jetty7" />
<antcall target="integration-test-jetty8" />
+ <antcall target="integration-test-jetty9" />
<antcall target="integration-test-tomcat5" />
<antcall target="integration-test-tomcat6" />
<antcall target="integration-test-tomcat7" />