This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 933e3c435 Add BOMInputStreamTest.testCloseHandleIOException()
new bc11cc03f BoundedInputStream does not call handleIOException() on
close() when the proxied stream throws an IOException
new 96a2ebf0a Add
MessageDigestCalculatingInputStreamTest.testCloseHandleIOException()
new 4e8c2df9e Format nit
new c73545aa9 Add ThrottledInputStreamTest.testCloseHandleIOException()
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 ++-
src/main/java/org/apache/commons/io/input/BoundedInputStream.java | 2 +-
.../java/org/apache/commons/io/input/BoundedInputStreamTest.java | 6 ++++++
.../commons/io/input/MessageDigestCalculatingInputStreamTest.java | 5 +++++
.../org/apache/commons/io/input/SwappedDataInputStreamTest.java | 5 ++---
.../java/org/apache/commons/io/input/ThrottledInputStreamTest.java | 5 +++++
6 files changed, 21 insertions(+), 5 deletions(-)