dion 2003/01/16 15:28:52
Modified: jelly/src/test/org/apache/commons/jelly/junit suite.jelly
Log:
Remove xml and log taglib declaration
Remove log taglib usage
Revision Changes Path
1.12 +6 -5
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/junit/suite.jelly
Index: suite.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/junit/suite.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- suite.jelly 16 Dec 2002 10:46:42 -0000 1.11
+++ suite.jelly 16 Jan 2003 23:28:52 -0000 1.12
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<test:suite xmlns:j="jelly:core" xmlns:test="jelly:junit" xmlns:x="jelly:xml"
xmlns:log="jelly:log">
+<test:suite xmlns:j="jelly:core"
+ xmlns:test="jelly:junit">
<test:case name="assertTests">
@@ -11,7 +12,7 @@
<test:assert test="${ex != null}">We should have created an
exception</test:assert>
- <log:info>The exception was: ${ex.message}</log:info>
+ The exception was: ${ex.message}
</test:case>
@@ -24,7 +25,7 @@
<test:assert test="${ex != null}">We should have created an
exception</test:assert>
- <log:info>The exception was: ${ex.message}</log:info>
+ The exception was: ${ex.message}
<j:catch var="ex">
<test:fail message="This should always fail"/>
@@ -32,7 +33,7 @@
<test:assert test="${ex != null}">We should have created an
exception</test:assert>
- <log:info>The exception was: ${ex.message}</log:info>
+ The exception was: ${ex.message}
</test:case>
@@ -48,7 +49,7 @@
<test:assert test="${ex != null}">We should have created an
exception</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]>