Author: hermanns
Date: Tue Apr 11 04:17:27 2006
New Revision: 393188

URL: http://svn.apache.org/viewcvs?rev=393188&view=rev
Log:
Refactoring struts-default.xml
o changing test output to reflect the refactoring

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=393188&r1=393187&r2=393188&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
 Tue Apr 11 04:17:27 2006
@@ -19,14 +19,8 @@
         tutorial_test [label="test",color="coral1"];
         tutorial_guess_input_ftl 
[label="guess-input.ftl",color="darkseagreen2"];
     }
-    renderDirect [label="renderDirect",color="coral1"];
-    freemarkerDirect [label="freemarkerDirect",color="coral1"];
-    __location_ [label="${location}",color="darkseagreen2"];
-    velocityDirect [label="velocityDirect",color="coral1"];
-    __location_ [label="${location}",color="darkseagreen2"];
     hello [label="hello",color="coral1"];
     hello_jsp [label="hello.jsp",color="darkseagreen2"];
-    freemarkerDirect -> __location_ [label="success",color="darkseagreen2"];
     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"];
@@ -35,5 +29,4 @@
     hello -> hello_jsp [label="success",color="darkseagreen2"];
     hello -> tutorial_test [label="redirect: tutorial"];
     tutorial_test -> tutorial_sitegraph_guess_input_ftl 
[label="input",color="darkseagreen2"];
-    velocityDirect -> __location_ [label="success",color="darkseagreen2"];
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to