You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/07/21 10:55:58 UTC

svn commit: r424235 - /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resources/org/apache/cocoon/template/jxtg/jxpathEnvExpression.xml

Author: cziegeler
Date: Fri Jul 21 01:55:57 2006
New Revision: 424235

URL: http://svn.apache.org/viewvc?rev=424235&view=rev
Log:
I think this should fix the test case but doesn't

Modified:
    cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resources/org/apache/cocoon/template/jxtg/jxpathEnvExpression.xml

Modified: cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resources/org/apache/cocoon/template/jxtg/jxpathEnvExpression.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resources/org/apache/cocoon/template/jxtg/jxpathEnvExpression.xml?rev=424235&r1=424234&r2=424235&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resources/org/apache/cocoon/template/jxtg/jxpathEnvExpression.xml (original)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/src/test/resources/org/apache/cocoon/template/jxtg/jxpathEnvExpression.xml Fri Jul 21 01:55:57 2006
@@ -3,7 +3,7 @@
 <root>
   protocol: #{$cocoon/request/protocol}
 
-  <item attr="** #{$cocoon/parameters/test} **">
+  <item attr="** #{$cocoon/parameters/getParameter('test')} **">
     context: #{test}
   </item>