summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-10-31 14:38:12 +0200
committerLeif Åstrand <leif@vaadin.com>2011-10-31 14:38:12 +0200
commitb1631651fba249bebcc478071aa82646528ad209 (patch)
treec4d526139e2b6e2ebdcbaa8cc09f0760b8aa11e3 /tests
parentb113568a12fa1b13983a55db037375ad316c13a0 (diff)
downloadvaadin-framework-b1631651fba249bebcc478071aa82646528ad209.tar.gz
vaadin-framework-b1631651fba249bebcc478071aa82646528ad209.zip
Don't test with JBoss AS 3 and Tomcat 4 any more because of dropped
support for servlet 2.3
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index acf5c1e703..0f5f7617ac 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -101,13 +101,6 @@
</antcall>
</target>
- <target name="integration-test-tomcat4">
- <antcall target="run-generic-integration-test">
- <param name="startDelay" value="300" />
- <param name="target-server" value="tomcat4" />
- </antcall>
- </target>
-
<target name="integration-test-tomcat5">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="300" />
@@ -143,13 +136,6 @@
</antcall>
</target>
- <target name="integration-test-jboss3">
- <antcall target="run-generic-integration-test">
- <param name="startDelay" value="300" />
- <param name="target-server" value="jboss3" />
- </antcall>
- </target>
-
<target name="integration-test-jboss4">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="300" />
@@ -309,7 +295,6 @@
<antcall target="integration-test-gatein3" />
<antcall target="integration-test-glassfish2" />
<antcall target="integration-test-glassfish3" />
- <antcall target="integration-test-jboss3" />
<antcall target="integration-test-jboss4" />
<antcall target="integration-test-jboss5" />
<antcall target="integration-test-jboss6" />
@@ -317,7 +302,6 @@
<antcall target="integration-test-jetty5" />
<antcall target="integration-test-jetty6" />
<antcall target="integration-test-jetty7" />
- <antcall target="integration-test-tomcat4" />
<antcall target="integration-test-tomcat5" />
<antcall target="integration-test-tomcat6" />
<antcall target="integration-test-tomcat7" />