Hi, On Jan 22, 2008 8:47 PM, Chris Mattmann <[EMAIL PROTECTED]> wrote: > Hate to be the bearer of bad news, but the current trunk version does not > pass unit tests: > [...] > Running org.apache.tika.parser.xml.DcXMLParserTest > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec > <<< FAILURE! > [...] > Seems to be an error with the DcXMLParser. I will take a look and see if I > can figure it out.
That's related to TIKA-1116. I added the DcXMLParserTest test case to verify that I wouldn't break existing XML parsing functionality while modifying the parser classes... The tests work just fine for me with Sun Java 1.5.0_14 and 1.6.0_03 on Windows Vista. What does the org.apache.tika.parser.xml.DcXMLParserTest.txt file in target/surefire-reports contain? BR, Jukka Zitting