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 c73545aa9 Add ThrottledInputStreamTest.testCloseHandleIOException() new b52680ce4 Add CountingInputStreamTest.testCloseHandleIOException() new cb0e601a5 Add MarkShieldInputStreamTest.testCloseHandleIOException() new ac226897f Clean up new 7f183752c Add SwappedDataInputStreamTest.testCloseHandleIOException() new ab486806e Add TaggedInputStreamTest.testCloseHandleIOException() new 54770589b Add TeeInputStreamTest.testCloseHandleIOException() The 6 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: .../apache/commons/io/input/BrokenInputStream.java | 11 +++++++- .../commons/io/input/CountingInputStreamTest.java | 6 +++++ .../io/input/MarkShieldInputStreamTest.java | 30 +++++++++++++--------- .../commons/io/input/ProxyInputStreamTest.java | 10 +++++--- .../io/input/SwappedDataInputStreamTest.java | 6 +++++ .../commons/io/input/TaggedInputStreamTest.java | 6 +++++ .../commons/io/input/TeeInputStreamTest.java | 9 +++++++ 7 files changed, 62 insertions(+), 16 deletions(-)