Author: thorsten Date: Sat Sep 27 15:07:03 2008 New Revision: 699747 URL: http://svn.apache.org/viewvc?rev=699747&view=rev Log: commenting problematic parameter in test case
Modified: forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml Modified: forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml?rev=699747&r1=699746&r2=699747&view=diff ============================================================================== --- forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml (original) +++ forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/master.advanced.structurer.xml Sat Sep 27 15:07:03 2008 @@ -28,7 +28,9 @@ <property name="test-inline" value="position:hook/hook/contract" /> <!-- FIXME: /html/body/hook/hook/hook is causing an infinitive loop Need to find the reason why and create a way to get out of this loop. --> - <property name="injectPointBody" value="/html/body/forrest:hook/forrest:hook/forrest:hook" /> + <!-- The problem with this parameter is that if in xml properties mode + it will throw an exception --> + <!-- <property name="injectPointBody" value="/html/body/forrest:hook/forrest:hook/forrest:hook" /> --> </contract> </hook> </hook>