diff --git a/spring-webflow-reference/src/flow-managed-persistence.xml b/spring-webflow-reference/src/flow-managed-persistence.xml index a493fc09..82b09eb6 100644 --- a/spring-webflow-reference/src/flow-managed-persistence.xml +++ b/spring-webflow-reference/src/flow-managed-persistence.xml @@ -1,7 +1,7 @@ Flow Managed Persistence - + Introduction This chapter shows you how to use flows to manage web application persistence. diff --git a/spring-webflow-reference/src/spring-webflow-reference.xml b/spring-webflow-reference/src/spring-webflow-reference.xml index 59c665f3..5c920fa8 100644 --- a/spring-webflow-reference/src/spring-webflow-reference.xml +++ b/spring-webflow-reference/src/spring-webflow-reference.xml @@ -13,6 +13,7 @@ + ]> @@ -84,6 +85,7 @@ &spring-mvc; &spring-faces; &portlet; + &testing; &upgrade-guide; &flow-definition-field-mappings; diff --git a/spring-webflow-reference/src/testing.xml b/spring-webflow-reference/src/testing.xml new file mode 100644 index 00000000..5631f7d7 --- /dev/null +++ b/spring-webflow-reference/src/testing.xml @@ -0,0 +1,10 @@ + + + Testing flows + + Introduction + + This chapter shows you how to test flows. + + + \ No newline at end of file