<sheepish grin>the problem with the test case turned out to be a bug with 
my test class</sheepish grin>

the TestRule patch fixes this bug and the test now cases run fine on my 
machine.

- robert

Index: digester/src/test/org/apache/commons/digester/TestRule.java
===================================================================
RCS file: 
/home/cvs/jakarta-commons/digester/src/test/org/apache/commons/digester/TestRule.java,v
retrieving revision 1.3
diff -u -r1.3 TestRule.java
--- digester/src/test/org/apache/commons/digester/TestRule.java 2001/11/14 19:54:05    
 1.3
+++ digester/src/test/org/apache/commons/digester/TestRule.java 2001/11/19 18:20:06
@@ -136,7 +136,7 @@
      * 'Body' call.
      */
     public void body(String text) {
-        this.bodyText = bodyText;
+        this.bodyText = text;
         appendCall();
     }
 

Attachment: build.xml
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to