https://issues.apache.org/bugzilla/show_bug.cgi?id=48427
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Yegor Kozlov <[email protected]> 2009-12-28 05:47:46 UTC --- The filename empty.doc is misleading. This file was added in r353055 as a follow-on to bug 17208, see https://issues.apache.org/bugzilla/show_bug.cgi?id=17208. We already had disable junits for it, see org.apache.poi.hdf.model.TestHDFDocument Although Bugzilla 17208 says that the files committed in the repository don't match the files posted in the zip, this difference was never fixed. POIFSFileSystem can open the files from the original attachment but fails to open the files from trunk. I compared hex dumps and there are 7 places where '\r' was changed to '\n'. Further investigation revealed that the problem files were added as text and have the svn:eol-style=native property which caused svn to do newline conversion. I removed svn:eol-style and updated the following files: test-data/document/simple-table.doc test-data/document/empty.doc test-data/document/simple-list.doc test-data/document/simple.doc The fix was committed in r894173 Regarsd, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
