From: <lan...@us...> - 2003-08-03 21:37:09
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs1:/tmp/cvs-serv22502/test/unit/org/webmacro/template Modified Files: TestContextToolAccess.java Log Message: Final updates allowing for both classic and minimal build styles. Index: TestContextToolAccess.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestContextToolAccess.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestContextToolAccess.java 16 Jul 2003 10:49:54 -0000 1.2 --- TestContextToolAccess.java 3 Aug 2003 21:37:06 -0000 1.3 *************** *** 8,11 **** --- 8,12 ---- /** + * Note: Tests in this class must allow for the tool not to be loaded. * @author Marc Palmer (<a href="mailto:wj...@wa...">wj...@wa...</a>) */ *************** *** 20,24 **** public void testContextToolMethodCall() { ! assertStringTemplateEquals("$Text.HTMLEncode('&')", "&"); } --- 21,25 ---- public void testContextToolMethodCall() { ! assertStringTemplateEquals("#if ($Text) {$Text.HTMLEncode('&')} #else {&}", "&"); } |