[jdom-interest] DocType test

Elliotte Harold elharo at metalab.unc.edu
Sat Apr 5 08:16:17 PST 2003


I've attached a patch that fixes a small test failure in the DocType 
test. In essence, the test expects a \r\n and the outputter doesn't 
include one. I think the Outputter is correct, so I've patched the test.

It's been a while since I made one of these patches, so please let me 
know if I did anything wrong with the cvs diff command. Once I get all 
the tests running I plan to look at a number of issues I brought up 
back in April/May of last year which never got addressed. Right now I 
see about 8 failures in the test cases against the latest CVS tree, and 
this needs to be fixed first before I can reliably look at more serious 
issues.

-------------- next part --------------
Index: src/java/org/jdom/test/cases/TestDocType.java
===================================================================
RCS file: /home/cvspublic/jdom-test/src/java/org/jdom/test/cases/TestDocType.java,v
retrieving revision 1.3
diff -r1.3 TestDocType.java
232d231
< 		
244d242
< 
248c246
< 		" \"FILE://temp/test.dtd\">\r\n]";
---
> 		" \"FILE://temp/test.dtd\">]";
-------------- next part --------------

--
Elliotte


More information about the jdom-interest mailing list