From 5e845b850f4394c5833a443e9bcb991b9778f8a1 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 10 Apr 2008 06:01:53 +0000 Subject: [PATCH] testing --- .../src/flow-managed-persistence.xml | 2 +- .../src/spring-webflow-reference.xml | 2 ++ spring-webflow-reference/src/testing.xml | 10 ++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 spring-webflow-reference/src/testing.xml 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