diff options
author | Henri Sara <hesara@vaadin.com> | 2012-10-24 09:01:06 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-10-24 09:01:06 +0000 |
commit | f639e5db9cee1e5a257d6876e53ea4fe85cb16b9 (patch) | |
tree | f9b8ff7179a73aa06755aa5acf8a2898f766bb0a /uitest | |
parent | 546c3c096625d07f527e058a32dfeff66f823e7e (diff) | |
parent | deeeea3e2f630b64a4798221594885ec911a70f2 (diff) | |
download | vaadin-framework-f639e5db9cee1e5a257d6876e53ea4fe85cb16b9.tar.gz vaadin-framework-f639e5db9cee1e5a257d6876e53ea4fe85cb16b9.zip |
Merge "Removed testing and support mention for Weblogic 9 (#10045)"
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/integration_tests.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 15c54830d3..5587fe26b8 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -236,14 +236,6 @@ </antcall> </target> - <target name="integration-test-weblogic9"> - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="600" /> - <param name="target-port" value="7001" /> - <param name="target-server" value="weblogic9" /> - </antcall> - </target> - <target name="integration-test-websphere8"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="600" /> @@ -317,7 +309,6 @@ <antcall target="integration-test-exo3" /> <antcall target="integration-test-weblogicPortal" /> <antcall target="integration-test-liferay5" /> - <antcall target="integration-test-weblogic9" /> <antcall target="integration-test-weblogic10" /> <antcall target="integration-test-weblogic12" /> <antcall target="integration-test-gatein3" /> |