dion 2003/01/16 20:56:32 Modified: jelly/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit suite.jelly Log: Remove log taglib usage Revision Changes Path 1.2 +3 -4 jakarta-commons-sandbox/jelly/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly Index: suite.jelly =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- suite.jelly 5 Jan 2003 08:10:27 -0000 1.1 +++ suite.jelly 17 Jan 2003 04:56:32 -0000 1.2 @@ -3,7 +3,6 @@ xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:test="jelly:junit" - xmlns:log="jelly:log" xmlns:xu="jelly:xmlunit"> <test:case name="illegalArgument"> @@ -16,7 +15,7 @@ </j:catch> <test:assert test="${ex != null}">An exception should have been thrown</test:assert> - <log:info>The exception was ${ex.message}</log:info> + The exception was ${ex.message} </test:case> @@ -58,7 +57,7 @@ </j:catch> <test:assert test="${ex != null}">An exception should have been thrown</test:assert> - <log:info>The exception was ${ex.message}</log:info> + The exception was ${ex.message} </test:case> @@ -85,7 +84,7 @@ </j:catch> <test:assert test="${ex != null}">An exception should have been thrown</test:assert> - <log:info>The exception was ${ex.message}</log:info> + The exception was ${ex.message} </test:case>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>