From 2fc78fb8fd22162541c93bcd803ea5f77a072b76 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 26 Aug 2011 22:23:02 +0000 Subject: [PATCH] [SPR-8240] cleaned up and formatted the testing chapter. --- spring-framework-reference/src/testing.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-framework-reference/src/testing.xml b/spring-framework-reference/src/testing.xml index 6fe33be52b..69e7d523ef 100644 --- a/spring-framework-reference/src/testing.xml +++ b/spring-framework-reference/src/testing.xml @@ -9,10 +9,10 @@ Testing is an integral part of enterprise software development. This chapter focuses on the value-add of the IoC principle to unit testing and on the benefits of Spring - Framework integration testing. - (A thorough treatment of testing in the enterprise is beyond the - scope of this chapter.) + linkend="unit-testing">unit testing and on the benefits of the Spring + Framework's support for integration + testing. (A thorough treatment of testing in the enterprise + is beyond the scope of this reference manual.)