/[Apache-SVN]
ViewVC logotype

Revision 890110


Jump to revision: Previous Next
Author: jukka
Date: Sun Dec 13 20:07:59 2009 UTC (14 years, 7 months ago)
Changed paths: 2
Log Message:
COMPRESS-93: Support for alternative ZIP compression methods

Fix the Maven221MultiVolumeTest failure by not using skip() to skip bytes. The FileInputStream implementation of skip() will happily skip past the end of the file, so we never see the EOFException that Maven221MultiVolumeTest expects to see when closing a truncated entry.

Also added an explicit test case for the ability to skip entries with unsupported compression methods.

Changed paths

Path Details
Directorycommons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java modified , text changed
Directorycommons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26