You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/15 17:01:20 UTC

svn commit: r289253 - /beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml

Author: ekoneil
Date: Thu Sep 15 08:01:17 2005
New Revision: 289253

URL: http://svn.apache.org/viewcvs?rev=289253&view=rev
Log:
Reformatting to better show parent / child relationships between elements.

BB: self
Test: NetUI BVT pass


Modified:
    beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml

Modified: beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml?rev=289253&r1=289252&r2=289253&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml Thu Sep 15 08:01:17 2005
@@ -29,18 +29,18 @@
         <!-- for the J797 test -->
         <per-pageflow>
             <pageflow-uri>/bugs/j797/Controller.jpf</pageflow-uri>
-                <per-action>
-                    <action-name>doRestoreQueryString</action-name>
-                    <simple-action-interceptor>
-                        <intercept-path>/bugs/j797/nested/Controller.jpf</intercept-path>
-                    </simple-action-interceptor>
-                </per-action>
-                <per-action>
-                    <action-name>doNotRestoreQueryString</action-name>
-                    <action-interceptor>
-                        <interceptor-class>bugs.j797.TestInterceptor</interceptor-class>
-                    </action-interceptor>
-                </per-action>
+            <per-action>
+                <action-name>doRestoreQueryString</action-name>
+                <simple-action-interceptor>
+                    <intercept-path>/bugs/j797/nested/Controller.jpf</intercept-path>
+                </simple-action-interceptor>
+            </per-action>
+            <per-action>
+                <action-name>doNotRestoreQueryString</action-name>
+                <action-interceptor>
+                    <interceptor-class>bugs.j797.TestInterceptor</interceptor-class>
+                </action-interceptor>
+            </per-action>
         </per-pageflow>
 
         <!-- for the ActionInterceptorsSimple test -->