Author: plightbo Date: Wed Apr 12 15:54:06 2006 New Revision: 393636 URL: http://svn.apache.org/viewcvs?rev=393636&view=rev Log: adding back in (not sure why these lines were removed in the first place)
Modified: incubator/webwork2/action/src/test/resources/org/apache/struts/action2/sitegraph/out.txt Modified: incubator/webwork2/action/src/test/resources/org/apache/struts/action2/sitegraph/out.txt URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/src/test/resources/org/apache/struts/action2/sitegraph/out.txt?rev=393636&r1=393635&r2=393636&view=diff ============================================================================== --- incubator/webwork2/action/src/test/resources/org/apache/struts/action2/sitegraph/out.txt (original) +++ incubator/webwork2/action/src/test/resources/org/apache/struts/action2/sitegraph/out.txt Wed Apr 12 15:54:06 2006 @@ -24,6 +24,8 @@ tutorial_sitegraph_guess -> tutorial_sitegraph_guess_error_ftl [label="error",color="darkseagreen2"]; tutorial_sitegraph_guess -> tutorial_sitegraph_guess_input_ftl [label="input",color="darkseagreen2"]; tutorial_sitegraph_guess -> tutorial_sitegraph_guess_success_jsp [label="redirect: success"]; + tutorial_sitegraph_guess_input_ftl -> tutorial_sitegraph_guess [label="form"]; + tutorial_sitegraph_guess_success_jsp -> tutorial_sitegraph_guess [label="href\n(!default)"]; hello -> hello_jsp [label="success",color="darkseagreen2"]; hello -> tutorial_test [label="redirect: tutorial"]; tutorial_test -> tutorial_sitegraph_guess_input_ftl [label="input",color="darkseagreen2"]; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]