From 2afd9bc3716b9d3d0dbf8305ce162012925b8e2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 8 Jan 2014 12:03:46 +0100 Subject: [PATCH] Removed reference to Cactus from documentation Issue: SPR-11280 --- src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 1015a2becd..6459e457a9 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -17630,7 +17630,7 @@ get it from (see the <> explanation). This library includes the `org.springframework.test` package, which contains valuable classes for integration testing with a Spring container. This testing does not rely on an application server or other deployment environment. Such tests are -slower to run than unit tests but much faster than the equivalent Cactus tests or remote +slower to run than unit tests but much faster than the equivalent Selenium tests or remote tests that rely on deployment to an application server. In Spring 2.5 and later, unit and integration testing support is provided in the form of