From c0ff4bc5520cc39bcfedc6bc8f843c3287507f7e Mon Sep 17 00:00:00 2001 From: Francois Beausoleil Date: Wed, 24 Mar 2004 18:35:06 +0000 Subject: [PATCH] * integration-test/build.xml, integration-test/project.properties: Use properties to determine the version number of the product to use. Added tests for Catalina 4.1, in addition to 5. Generate HTML reports of the test run. --- integration-test/build.xml | 184 +++++++++++++++++++--------- integration-test/project.properties | 5 + 2 files changed, 128 insertions(+), 61 deletions(-) diff --git a/integration-test/build.xml b/integration-test/build.xml index d5ba87b6ac..3ab727984b 100644 --- a/integration-test/build.xml +++ b/integration-test/build.xml @@ -2,7 +2,7 @@ @@ -87,49 +87,74 @@ - + - - - - - - - - + + + + + + + + - + - + - - + + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -142,16 +167,16 @@ - + - - + + - - + + @@ -167,65 +192,102 @@ + + + + - + - - - - - - + + + + + + - + - + - + - - + + - - + + - + - + + + + + - - - + + + - + - - - + + + + + + - + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + diff --git a/integration-test/project.properties b/integration-test/project.properties index 348db888c3..41ef5cfa88 100644 --- a/integration-test/project.properties +++ b/integration-test/project.properties @@ -25,3 +25,8 @@ reports.dir=reports test.includes=**/*TestSuite.class **/*Tests.class test.excludes=**/Abstract* + +tomcat-4.1.version=4.1.30 +tomcat-5.version=5.0.19 +jetty.version=4.2.18 +jboss.version=3.2.3