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 5cbb4c7 Restore binary compatibility in IOUtils with latest released
version 2.7.
new 31fe0bc Rename test package.
new e5021c2 Rename test classes from "Yell" to "Throw" prefix.
The 2 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:
.../java/org/apache/commons/io/CopyUtilsTest.java | 30 ++++----
.../java/org/apache/commons/io/DemuxTestCase.java | 2 +-
.../commons/io/FileCleaningTrackerTestCase.java | 2 +-
.../commons/io/FileDeleteStrategyTestCase.java | 2 +-
.../commons/io/FileUtilsCopyToFileTestCase.java | 3 +-
.../commons/io/FileUtilsFileNewerTestCase.java | 2 +-
.../org/apache/commons/io/FileUtilsTestCase.java | 2 +-
.../apache/commons/io/FilenameUtilsTestCase.java | 2 +-
.../org/apache/commons/io/IOUtilsCopyTestCase.java | 66 +++++++++---------
.../org/apache/commons/io/IOUtilsTestCase.java | 16 ++---
.../apache/commons/io/IOUtilsWriteTestCase.java | 80 +++++++++++-----------
.../apache/commons/io/ThreadMonitorTestCase.java | 2 +-
.../io/comparator/CompositeFileComparatorTest.java | 2 +-
.../comparator/LastModifiedFileComparatorTest.java | 2 +-
.../io/comparator/SizeFileComparatorTest.java | 2 +-
.../commons/io/filefilter/FileFilterTestCase.java | 2 +-
.../org/apache/commons/io/input/TailerTest.java | 2 +-
.../commons/io/input/TeeInputStreamTest.java | 8 +--
.../org/apache/commons/io/input/TeeReaderTest.java | 8 +--
.../io/monitor/AbstractMonitorTestCase.java | 2 +-
.../io/monitor/FileAlterationMonitorTestCase.java | 2 +-
.../io/output/FileWriterWithEncodingTest.java | 2 +-
.../commons/io/output/TeeOutputStreamTest.java | 6 +-
.../commons/io/{testtools => test}/TestUtils.java | 2 +-
.../ThrowOnCloseInputStream.java} | 8 +--
.../ThrowOnCloseOutputStream.java} | 8 +--
.../ThrowOnCloseReader.java} | 8 +--
.../ThrowOnCloseWriter.java} | 8 +--
.../ThrowOnFlushAndCloseOutputStream.java} | 6 +-
29 files changed, 144 insertions(+), 143 deletions(-)
rename src/test/java/org/apache/commons/io/{testtools => test}/TestUtils.java
(99%)
rename
src/test/java/org/apache/commons/io/{testtools/YellOnCloseInputStream.java =>
test/ThrowOnCloseInputStream.java} (87%)
rename
src/test/java/org/apache/commons/io/{testtools/YellOnCloseOutputStream.java =>
test/ThrowOnCloseOutputStream.java} (87%)
rename src/test/java/org/apache/commons/io/{testtools/YellOnCloseReader.java
=> test/ThrowOnCloseReader.java} (88%)
rename src/test/java/org/apache/commons/io/{testtools/YellOnCloseWriter.java
=> test/ThrowOnCloseWriter.java} (88%)
rename
src/test/java/org/apache/commons/io/{testtools/YellOnFlushAndCloseOutputStream.java
=> test/ThrowOnFlushAndCloseOutputStream.java} (89%)