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 f03363e24 Add AbstractInputStream and refactor duplicate code
     new 305c003f1 Pull up ReadAheadInputStreamTest.testAvailableAfterOpen()
     new 24511345b ReaderInputStream.available() should return 0 after the 
stream is closed
     new 275e76797 Normalize test class names

The 3 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                            |  2 ++
 .../apache/commons/io/input/ReaderInputStream.java | 14 +++++++++-
 .../commons/io/input/AbstractInputStreamTest.java  | 23 ++++++++++------
 .../commons/io/input/ReadAheadInputStreamTest.java | 10 -------
 .../commons/io/input/ReaderInputStreamTest.java    | 31 ++++++++++++++++++++++
 ...ReversedLinesFileReaderParamBlockSizeTest.java} |  2 +-
 ...a => ReversedLinesFileReaderParamFileTest.java} |  2 +-
 ...java => ReversedLinesFileReaderSimpleTest.java} |  4 +--
 8 files changed, 65 insertions(+), 23 deletions(-)
 rename 
src/test/java/org/apache/commons/io/input/{ReversedLinesFileReaderTestParamBlockSize.java
 => ReversedLinesFileReaderParamBlockSizeTest.java} (99%)
 rename 
src/test/java/org/apache/commons/io/input/{ReversedLinesFileReaderTestParamFile.java
 => ReversedLinesFileReaderParamFileTest.java} (99%)
 rename 
src/test/java/org/apache/commons/io/input/{ReversedLinesFileReaderTestSimple.java
 => ReversedLinesFileReaderSimpleTest.java} (97%)

Reply via email to