diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-25 10:54:08 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-07-01 06:11:39 +0000 |
commit | 478eeb51cd93812ee425801a42acc566a2fddf62 (patch) | |
tree | 3dbc0cf31c1a0fe88f626aa9bd22eba755262199 | |
parent | e37464cecc8ad9836684a4cf15f3c48b3c8565e0 (diff) | |
download | vaadin-framework-478eeb51cd93812ee425801a42acc566a2fddf62.tar.gz vaadin-framework-478eeb51cd93812ee425801a42acc566a2fddf62.zip |
Test using Jetty 9 (#12124)
Change-Id: Ie765e542e2319dc1d94c61a986cab3720556e66a
-rw-r--r-- | uitest/integration_tests.xml | 8 |
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" /> |