diff options
author | Artur Signell <artur@vaadin.com> | 2016-02-07 17:05:01 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-02-15 17:11:39 +0200 |
commit | b377a064e82c43e87101f79e4cd39345d6360871 (patch) | |
tree | 49d488a5ab02119f2d9e8f8e9b299542ac61846d | |
parent | f92456befd07f60010b9bf5690faec25a729c990 (diff) | |
download | vaadin-framework-b377a064e82c43e87101f79e4cd39345d6360871.tar.gz vaadin-framework-b377a064e82c43e87101f79e4cd39345d6360871.zip |
Test using Wildfly 10 (#19565)
Change-Id: Ice19f7283f54b889b7b403f4a6a15f8ac10391e9
-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 20d0d2147d..640ff82470 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -230,6 +230,12 @@ <param name="target-server" value="wildfly9" /> </antcall> </target> + <target name="integration-test-wildfly10"> + <antcall target="run-generic-integration-test"> + <param name="startDelay" value="10" /> + <param name="target-server" value="wildfly10" /> + </antcall> + </target> <target name="integration-test-wildfly9-nginx"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="10" /> @@ -402,6 +408,7 @@ <antcall target="integration-test-jboss-eap6" /> <antcall target="integration-test-wildfly8" /> <antcall target="integration-test-wildfly9" /> + <antcall target="integration-test-wildfly10" /> <antcall target="integration-test-jetty7" /> <antcall target="integration-test-jetty8" /> <antcall target="integration-test-jetty9" /> |