From: <lan...@us...> - 2003-07-23 17:33:24
|
Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template In directory sc8-pr-cvs1:/tmp/cvs-serv6404/test/unit/org/webmacro/template Modified Files: TestParseInclude.java Log Message: correct test case Index: TestParseInclude.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestParseInclude.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TestParseInclude.java 21 Jul 2003 05:49:47 -0000 1.13 --- TestParseInclude.java 23 Jul 2003 17:33:21 -0000 1.14 *************** *** 98,104 **** + "$a", "\\$a was found"); - assertStringTemplateMatches("#include as macro \"root.wmm\"\n" - + "$a", "\\$a was found"); - } --- 98,101 ---- |