diff options
author | Artur Signell <artur@vaadin.com> | 2013-10-07 20:49:18 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-10-07 20:49:18 +0300 |
commit | 64530550abb89aa59d05f824e949f58ba05f1202 (patch) | |
tree | 697b8544b7f879f4543a078865fc36f6c2b35b27 /uitest/integration_tests.xml | |
parent | d9f6dadfb41c2b618390edf8a05bbe78a8794e06 (diff) | |
download | vaadin-framework-64530550abb89aa59d05f824e949f58ba05f1202.tar.gz vaadin-framework-64530550abb89aa59d05f824e949f58ba05f1202.zip |
Run tests on Tomcat 8 (#12326)
Change-Id: I99d91f16c5ad2dce6fb93f2862913b23518410d7
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index f1b2070bc8..1c9c2b1f8f 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -124,6 +124,12 @@ <param name="target-server" value="tomcat7" /> </antcall> </target> + <target name="integration-test-tomcat8"> + <antcall target="run-generic-integration-test"> + <param name="startDelay" value="10" /> + <param name="target-server" value="tomcat8" /> + </antcall> + </target> <target name="integration-test-tomcat5"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="10" /> @@ -397,6 +403,7 @@ <antcall target="integration-test-tomcat5" /> <antcall target="integration-test-tomcat6" /> <antcall target="integration-test-tomcat7" /> + <antcall target="integration-test-tomcat8" /> <antcall target="integration-test-websphere8" /> </parallel> |