jstrachan 2002/12/31 08:14:46
Modified: jelly/src/test/org/apache/commons/jelly/jsl suite.jelly
jelly/src/test/org/apache/commons/jelly/ant suite.jelly
jelly/src/test/org/apache/commons/jelly/ant/tag suite.jelly
Log:
patched the test cases to use the Ant tag library rather than the old Jeez library
thats moving to Maven
Revision Changes Path
1.11 +1 -1
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/jsl/suite.jelly
Index: suite.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/jsl/suite.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- suite.jelly 27 Nov 2002 19:13:25 -0000 1.10
+++ suite.jelly 31 Dec 2002 16:14:46 -0000 1.11
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<test:suite xmlns:j="jelly:core"
xmlns:jsl="jelly:jsl"
- xmlns:m="jelly:jeez"
+ xmlns:m="jelly:ant"
xmlns:test="jelly:junit"
xmlns:u="jelly:util"
xmlns:x="jelly:xml"
1.10 +1 -1
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/suite.jelly
Index: suite.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/suite.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- suite.jelly 3 Dec 2002 19:19:24 -0000 1.9
+++ suite.jelly 31 Dec 2002 16:14:46 -0000 1.10
@@ -3,7 +3,7 @@
xmlns:j="jelly:core"
xmlns:test="jelly:junit"
xmlns:util="jelly:util"
- xmlns="jelly:jeez">
+ xmlns="jelly:ant">
<j:set var="dir" value="target/test-classes/org/apache/commons/jelly/ant"/>
1.2 +1 -1
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/tag/suite.jelly
Index: suite.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/tag/suite.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suite.jelly 11 Nov 2002 18:57:57 -0000 1.1
+++ suite.jelly 31 Dec 2002 16:14:46 -0000 1.2
@@ -2,7 +2,7 @@
<test:suite
xmlns:j="jelly:core"
xmlns:test="jelly:junit"
- xmlns="jelly:jeez"
+ xmlns="jelly:ant"
xmlns:my="jelly:org.apache.commons.jelly.ant.tag.MyTagLibrary">
<test:case name="nestedClasspath">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>