aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-02-04 23:13:16 +0200
committerJohannes Dahlström <johannesd@vaadin.com>2014-02-10 21:39:58 +0000
commitad49fe31b3e1d04a263b607ba9451a30181a1744 (patch)
tree3176697c58b9a5c080b15d659d83a3f2515fecf0
parentaf96612a13c372f8f0884dde76df7d671503004f (diff)
downloadvaadin-framework-ad49fe31b3e1d04a263b607ba9451a30181a1744.tar.gz
vaadin-framework-ad49fe31b3e1d04a263b607ba9451a30181a1744.zip
Test using Wildfly 8 (currently CR1) (#13167)
Change-Id: Ie753ce72c0508f11006039369d967c6b313309f3
-rw-r--r--uitest/integration_tests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index 112a349eca..77c5a94e26 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -225,6 +225,12 @@
<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">
@@ -421,6 +427,7 @@
<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" />