diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-04-04 11:47:02 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-04-04 11:47:02 +0000 |
commit | 149855812fc206a58d9e027106f4e88b8e2b5682 (patch) | |
tree | d90a177b7b908f1c0695c2c627cea34709d5ec77 | |
parent | 04c54114279ca3375c16d37de31569e9f1eb429e (diff) | |
download | vaadin-framework-149855812fc206a58d9e027106f4e88b8e2b5682.tar.gz vaadin-framework-149855812fc206a58d9e027106f4e88b8e2b5682.zip |
Create integration test for WebSphere Application Server 8 (#3789)
svn changeset:23401/svn branch:6.8
-rw-r--r-- | tests/integration_tests.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index ef4f40a60a..1270807630 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -260,6 +260,14 @@ <param name="target-server" value="weblogic9" /> </antcall> </target> + + <target name="integration-test-websphere8"> + <antcall target="run-generic-integration-test"> + <param name="startDelay" value="600" /> + <param name="target-port" value="9080" /> + <param name="target-server" value="websphere8" /> + </antcall> + </target> <target name="integration-test-weblogic10"> <antcall target="run-generic-integration-test"> @@ -344,6 +352,7 @@ <antcall target="integration-test-tomcat5" /> <antcall target="integration-test-tomcat6" /> <antcall target="integration-test-tomcat7" /> + <antcall target="integration-test-websphere8" /> </parallel> |