From: <lan...@us...> - 2003-03-23 02:00:45
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/macrosandbox In directory sc8-pr-cvs1:/tmp/cvs-serv5682/test/unit/org/webmacro/template/macrosandbox Modified Files: basics.wmm Log Message: Updates include: RelaxedDirectiveBuilding Property. Test Cases for above property. assert() --> assertTrue() allowing compilation under java1.4 some additions/improvements to the standard macro library all tests run without error under jdk 1.3, solaris 2.8. some work needs to be done on test cases to remove unix dependencies. Index: basics.wmm =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/macrosandbox/basics.wmm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** basics.wmm 25 Nov 2002 23:55:26 -0000 1.1 --- basics.wmm 23 Mar 2003 02:00:41 -0000 1.2 *************** *** 12,14 **** #macro showVar($a) { #if ($a) { $a} } ! --- 12,16 ---- #macro showVar($a) { #if ($a) { $a} } ! ## the following is not a macro: ! ## #ffccdd #BeginDirective #EndDirective ! ## With RelaxedDirectiveChecking On These should pass on thru |