From 11d29217675eac9cb53812ca00b893bc2e0f0d18 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 4 Dec 2009 20:43:45 +0000 Subject: [PATCH] Removed reference to the British musical and multimedia group "the the". ;) --- spring-framework-reference/src/testing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/testing.xml b/spring-framework-reference/src/testing.xml index 198eeff13db..b87739e4617 100644 --- a/spring-framework-reference/src/testing.xml +++ b/spring-framework-reference/src/testing.xml @@ -158,7 +158,7 @@ The Spring Framework provides first class support for integration testing in the spring-test module. - The name of the actual jar file might include the the release + The name of the actual jar file might include the release version and might also be in the long org.springframework.test form, depending on where you got it from (see @@ -168,7 +168,7 @@ 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 to than the equivalent Cactus + than unit tests but much faster than the equivalent Cactus tests or remote tests that rely on deployment to an application server.