From: <lan...@us...> - 2003-03-23 02:01:08
|
Update of /cvsroot/webmacro/webmacro/macros/ecomm In directory sc8-pr-cvs1:/tmp/cvs-serv5682/macros/ecomm Modified Files: all.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: all.wmm =================================================================== RCS file: /cvsroot/webmacro/webmacro/macros/ecomm/all.wmm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** all.wmm 17 Nov 2002 16:26:21 -0000 1.1 --- all.wmm 23 Mar 2003 02:00:32 -0000 1.2 *************** *** 4,5 **** --- 4,6 ---- } #include as macro "ecomm/paypal.wmm" + #include as macro "ecomm/verisign.wmm" |