oops.  the StrictEscapeTestCase java1.4 fix was supposed to be a
separate commit...

On Wed, Jan 21, 2009 at 2:09 PM,  <[email protected]> wrote:
> Author: nbubna
> Date: Wed Jan 21 14:09:40 2009
> New Revision: 736437
>
> URL: http://svn.apache.org/viewvc?rev=736437&view=rev
> Log:
> add recent changes
>
> Modified:
>    velocity/engine/trunk/src/changes/changes.xml
>    
> velocity/engine/trunk/src/test/org/apache/velocity/test/StrictEscapeTestCase.java
>
> Modified: velocity/engine/trunk/src/changes/changes.xml
> URL: 
> http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=736437&r1=736436&r2=736437&view=diff
> ==============================================================================
> --- velocity/engine/trunk/src/changes/changes.xml (original)
> +++ velocity/engine/trunk/src/changes/changes.xml Wed Jan 21 14:09:40 2009
> @@ -84,6 +84,20 @@
>
>     <release version="1.6.2" date="In Subversion">
>
> +      <action type="fix" dev="nbubna" issue="VELOCITY-554" due-to="Adrian 
> Tarau">
> +        Fix name of sources jar for maven deployment.
> +      </action>
> +
> +      <action type="fix" dev="byron" issue="VELOCITY-667">
> +         Pre 1.6 behavior of specifying #macro without parenthesis
> +         would throw a VelocityException has been restored.
> +      </action>
> +
> +      <action type="add" dev="byron" issue="VELOCITY-656">
> +     Better error reporting when toString() throw an exception
> +     when testing an #if conditional. For example #if($foo)
> +      </action>
> +
>       <action type="fix" dev="byron" issue="VELOCITY-658" due-to="Jarkko 
> Viinamäki">
>           Fix $velocityHasNext so that it works in nested foreach blocks.
>       </action>
>
> Modified: 
> velocity/engine/trunk/src/test/org/apache/velocity/test/StrictEscapeTestCase.java
> URL: 
> http://svn.apache.org/viewvc/velocity/engine/trunk/src/test/org/apache/velocity/test/StrictEscapeTestCase.java?rev=736437&r1=736436&r2=736437&view=diff
> ==============================================================================
> --- 
> velocity/engine/trunk/src/test/org/apache/velocity/test/StrictEscapeTestCase.java
>  (original)
> +++ 
> velocity/engine/trunk/src/test/org/apache/velocity/test/StrictEscapeTestCase.java
>  Wed Jan 21 14:09:40 2009
> @@ -36,7 +36,7 @@
>   public void setUp() throws Exception
>   {
>       super.setUp();
> -      engine.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, 
> true);
> +      engine.setProperty(RuntimeConstants.RUNTIME_REFERENCES_STRICT_ESCAPE, 
> Boolean.TRUE);
>       context.put("pow", "bang");
>   }
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to