https://bz.apache.org/bugzilla/show_bug.cgi?id=59257
--- Comment #2 from Javen O'Neal <[email protected]> --- After running `ant test`, src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java leaves test-data/openxml4j/at.pzp.www_uploads_media_PP_Scheinecker-jdk6error.pptx in a modified state. This is due to bug 58779. If this matters (for example, this file needs to be used multiple times during junit testing), use `ppt.getPackage().revert();` instead of `ppt.close()` to revert changes to the file. A spreadsheet/slideshow can be modified by POI just by being opened. -- 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]
