geirm 01/11/19 05:51:23
Modified: test/templates reference.vm
Log:
Modified which object it looks for boolean properties on, as the old
TestProvider workhorse had a get( property ) method, which comes first
in our new search order.
Revision Changes Path
1.13 +2 -2 jakarta-velocity/test/templates/reference.vm
Index: reference.vm
===================================================================
RCS file: /home/cvs/jakarta-velocity/test/templates/reference.vm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- reference.vm 2001/11/19 04:16:40 1.12
+++ reference.vm 2001/11/19 13:51:23 1.13
@@ -89,14 +89,14 @@
Test boolean introspection isFoo()
-#if( $provider.boolean == true )
+#if( $boolobj.boolean == true )
Correct
#else
Wrong
#end
-#if ( $provider.notboolean == true )
+#if ( $boolobj.notboolean == true )
Wrong
#else
Correct
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>