summaryrefslogtreecommitdiffstats
path: root/uitest/integration_tests.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-06-13 22:02:30 +0300
committerVaadin Code Review <review@vaadin.com>2013-06-14 08:21:19 +0000
commit1befbeb52ffe2286f115219db56e4cbeabeff706 (patch)
tree8fd6995fffaad7a63278f35e76a825bde2b68b5c /uitest/integration_tests.xml
parent76b9cd174e8e2ed6546da32cf45a36e70a329c74 (diff)
downloadvaadin-framework-1befbeb52ffe2286f115219db56e4cbeabeff706.tar.gz
vaadin-framework-1befbeb52ffe2286f115219db56e4cbeabeff706.zip
Test using Glassfish 4 (#12075)
Change-Id: I09b062642e54b6184a10c4a9446147f9241c3d16
Diffstat (limited to 'uitest/integration_tests.xml')
-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 7497bb752e..ec6bcb4c92 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -194,6 +194,12 @@
<param name="target-server" value="glassfish3" />
</antcall>
</target>
+ <target name="integration-test-glassfish4">
+ <antcall target="run-generic-integration-test">
+ <param name="startDelay" value="10" />
+ <param name="target-server" value="glassfish4" />
+ </antcall>
+ </target>
<target name="integration-test-liferay6">
@@ -360,6 +366,7 @@
<antcall target="integration-test-gatein3" />
<antcall target="integration-test-glassfish2" />
<antcall target="integration-test-glassfish3" />
+ <antcall target="integration-test-glassfish4" />
<antcall target="integration-test-jboss4" />
<antcall target="integration-test-jboss5" />
<antcall target="integration-test-jboss6" />