dion 2003/01/16 20:42:52 Modified: jelly/jelly-tags/util/src/test/org/apache/commons/jelly/tags/util suite.jelly Log: Remove log taglib usage Revision Changes Path 1.3 +2 -3 jakarta-commons-sandbox/jelly/jelly-tags/util/src/test/org/apache/commons/jelly/tags/util/suite.jelly Index: suite.jelly =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/util/src/test/org/apache/commons/jelly/tags/util/suite.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- suite.jelly 11 Jan 2003 08:59:45 -0000 1.2 +++ suite.jelly 17 Jan 2003 04:42:52 -0000 1.3 @@ -2,8 +2,7 @@ <test:suite xmlns:j="jelly:core" xmlns:util="jelly:util" - xmlns:test="jelly:junit" - xmlns:log="jelly:log"> + xmlns:test="jelly:junit"> <test:case name="testTokenize"> @@ -115,7 +114,7 @@ <test:assertEquals expected="ABC" actual="${props.foo}"/> - <log:info>Loaded properties value ${props}</log:info> + Loaded properties value ${props} </test:case>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>