]> source.dussan.org Git - vaadin-framework.git/commitdiff
Run tests on Tomcat 8 (#12326)
authorArtur Signell <artur@vaadin.com>
Mon, 7 Oct 2013 17:49:18 +0000 (20:49 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 7 Oct 2013 17:49:18 +0000 (20:49 +0300)
Change-Id: I99d91f16c5ad2dce6fb93f2862913b23518410d7

uitest/integration_tests.xml

index f1b2070bc84ddfd5c6b588f9683e769e130dd516..1c9c2b1f8f170935c83f4930a96defdb0e935cad 100644 (file)
             <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" />
             <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>