From 1967e96e966634d49392d7574ab0bafa7d94afaf Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 17 Oct 2008 22:00:17 +0000 Subject: [PATCH] polish --- spring-webflow-reference/src/testing.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/testing.xml b/spring-webflow-reference/src/testing.xml index fa20cee7..c20f25d1 100644 --- a/spring-webflow-reference/src/testing.xml +++ b/spring-webflow-reference/src/testing.xml @@ -86,7 +86,7 @@ public void testStartBookingFlow() { You goal should be to exercise all paths through the flow. You can use the convenient setCurrentState(String) method to jump to the flow state where you wish to begin your test. -