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. -