]> source.dussan.org Git - vaadin-framework.git/commitdiff
Test using Wildfly 8 (currently CR1) (#13167)
authorArtur Signell <artur@vaadin.com>
Tue, 4 Feb 2014 21:13:16 +0000 (23:13 +0200)
committerJohannes Dahlström <johannesd@vaadin.com>
Mon, 10 Feb 2014 21:39:58 +0000 (21:39 +0000)
Change-Id: Ie753ce72c0508f11006039369d967c6b313309f3

uitest/integration_tests.xml

index 112a349eca2ce8654ec8fdae8b0836361d4016b9..77c5a94e2626a7d37c0e84d8ff795eabdd5a6bcb 100644 (file)
             <param name="target-server" value="jbosseap6" />
         </antcall>
     </target>
+    <target name="integration-test-wildfly8">
+        <antcall target="run-generic-integration-test">
+            <param name="startDelay" value="10" />
+            <param name="target-server" value="wildfly8" />
+        </antcall>
+    </target>
 
     <target name="integration-test-glassfish2">
         <antcall target="run-generic-integration-test">
             <antcall target="integration-test-jboss6" />
             <antcall target="integration-test-jboss7" />
             <antcall target="integration-test-jboss-eap6" />
+            <antcall target="integration-test-wildfly8" />
             <antcall target="integration-test-jetty5" />
             <antcall target="integration-test-jetty6" />
             <antcall target="integration-test-jetty7" />