diff options
author | Thomas <thomas@vaadin.com> | 2013-11-06 13:34:18 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-11-06 13:33:32 +0000 |
commit | 6b381737e84b5f35814994f9cc311f09f578413a (patch) | |
tree | 024ef79a474f2ad9a1a853e5a9eb235a185a82da /uitest | |
parent | 2e3e877e1bf99bbaf89d5dc45625ab44322c20e0 (diff) | |
download | vaadin-framework-6b381737e84b5f35814994f9cc311f09f578413a.tar.gz vaadin-framework-6b381737e84b5f35814994f9cc311f09f578413a.zip |
Adds JBoss EAP 6 server to integration test suit (#12908)
Change-Id: I2d31a0b446e40f0c221403dfb66a990e346e53c0
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/integration_tests.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 1c9c2b1f8f..73aac2405c 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -204,6 +204,13 @@ </antcall> </target> + <target name="integration-test-jboss-eap6"> + <antcall target="run-generic-integration-test"> + <param name="startDelay" value="10" /> + <param name="target-server" value="jbosseap6" /> + </antcall> + </target> + <target name="integration-test-glassfish2"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="10" /> @@ -395,6 +402,7 @@ <antcall target="integration-test-jboss5" /> <antcall target="integration-test-jboss6" /> <antcall target="integration-test-jboss7" /> + <antcall target="integration-test-jboss-eap6" /> <antcall target="integration-test-jetty5" /> <antcall target="integration-test-jetty6" /> <antcall target="integration-test-jetty7" /> |