consistent title-case for 1st and 2nd level sections

This commit is contained in:
Sam Brannen 2011-09-29 22:05:02 +00:00
parent 0b2592a70a
commit 3f5135d809
1 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<title>Testing</title> <title>Testing</title>
<section id="testing-introduction"> <section id="testing-introduction">
<title>Introduction to testing</title> <title>Introduction to Spring Testing</title>
<para>Testing is an integral part of enterprise software development. This <para>Testing is an integral part of enterprise software development. This
chapter focuses on the value-add of the IoC principle to <link chapter focuses on the value-add of the IoC principle to <link
@ -17,7 +17,7 @@
</section> </section>
<section id="unit-testing"> <section id="unit-testing">
<title>Unit testing</title> <title>Unit Testing</title>
<para>Dependency Injection should make your code less dependent on the <para>Dependency Injection should make your code less dependent on the
container than it would be with traditional Java EE development. The POJOs container than it would be with traditional Java EE development. The POJOs
@ -41,7 +41,7 @@
testing support classes.</para> testing support classes.</para>
<section id="mock-objects"> <section id="mock-objects">
<title>Mock objects</title> <title>Mock Objects</title>
<section id="mock-objects-jndi"> <section id="mock-objects-jndi">
<title>JNDI</title> <title>JNDI</title>
@ -78,7 +78,7 @@
</section> </section>
<section id="unit-testing-support-classes"> <section id="unit-testing-support-classes">
<title>Unit testing support classes</title> <title>Unit Testing support Classes</title>
<section id="unit-testing-utilities"> <section id="unit-testing-utilities">
<title>General utilities</title> <title>General utilities</title>
@ -135,7 +135,7 @@
</section> </section>
<section id="integration-testing"> <section id="integration-testing">
<title>Integration testing</title> <title>Integration Testing</title>
<section id="integration-testing-overview"> <section id="integration-testing-overview">
<title>Overview</title> <title>Overview</title>
@ -207,7 +207,7 @@
</section> </section>
<section id="integration-testing-goals"> <section id="integration-testing-goals">
<title>Goals of integration testing</title> <title>Goals of Integration Testing</title>
<para>Spring's integration testing support has the following primary <para>Spring's integration testing support has the following primary
goals:</para> goals:</para>
@ -398,7 +398,7 @@
</section> </section>
<section id="integration-testing-support-jdbc"> <section id="integration-testing-support-jdbc">
<title>JDBC testing support</title> <title>JDBC Testing Support</title>
<para>The <literal>org.springframework.test.jdbc</literal> package <para>The <literal>org.springframework.test.jdbc</literal> package
contains <classname>SimpleJdbcTestUtils</classname>, which is a contains <classname>SimpleJdbcTestUtils</classname>, which is a
@ -1868,7 +1868,7 @@ public class SimpleTest {
</section> </section>
<section id="testing-examples-petclinic"> <section id="testing-examples-petclinic">
<title>PetClinic example</title> <title>PetClinic Example</title>
<para>The PetClinic application, available from the <link <para>The PetClinic application, available from the <link
linkend="new-in-3.0-samples">samples repository</link>, illustrates linkend="new-in-3.0-samples">samples repository</link>, illustrates