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 4bb9dea Better local var names. new 70518f9 Format tweak. new 567ef26 Move test fixtures to package specific location. 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: .../commons/io/input/ReversedLinesFileReader.java | 1 + .../org/apache/commons/io/IOUtilsTestCase.java | 35 +++++++------- .../commons/io/input/CharSequenceReaderTest.java | 2 +- .../io/input/RandomAccessFileInputStreamTest.java | 2 +- .../ReversedLinesFileReaderTestParamBlockSize.java | 34 ++++++------- .../ReversedLinesFileReaderTestParamFile.java | 13 +++-- .../input/ReversedLinesFileReaderTestSimple.java | 10 ++-- .../org/apache/commons/io/input/TailerTest.java | 2 +- .../org/apache/commons/io/input/TestResources.java | 53 +++++++++++++++++++++ .../commons/io/{input => }/CharSequenceReader.bin | Bin .../{ => org/apache/commons/io}/io639-1.bin | 0 .../{ => org/apache/commons/io}/io639-2.bin | 0 .../{ => org/apache/commons/io}/io639-3.bin | 0 .../{ => org/apache/commons/io}/io639-4.bin | 0 .../{ => org/apache/commons/io}/io639-5.bin | 0 .../apache/commons/io}/test-file-20byteslength.bin | 0 .../apache/commons/io}/test-file-empty.bin | 0 .../{ => org/apache/commons/io}/test-file-gbk.bin | 0 .../test-file-iso8859-1-shortlines-win-linebr.bin | 0 .../apache/commons/io}/test-file-iso8859-1.bin | 0 .../apache/commons/io}/test-file-shiftjis.bin | 0 .../apache/commons/io}/test-file-simple-utf8.bin | 0 .../apache/commons/io}/test-file-utf16be.bin | Bin .../apache/commons/io}/test-file-utf16le.bin | Bin .../apache/commons/io}/test-file-utf8-cr-only.bin | 0 .../commons/io}/test-file-utf8-win-linebr.bin | 0 .../{ => org/apache/commons/io}/test-file-utf8.bin | 0 .../apache/commons/io}/test-file-windows-31j.bin | 0 .../apache/commons/io}/test-file-x-windows-949.bin | 0 .../apache/commons/io}/test-file-x-windows-950.bin | 0 30 files changed, 105 insertions(+), 47 deletions(-) create mode 100644 src/test/java/org/apache/commons/io/input/TestResources.java rename src/test/resources/org/apache/commons/io/{input => }/CharSequenceReader.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/io639-1.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/io639-2.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/io639-3.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/io639-4.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/io639-5.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-20byteslength.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-empty.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-gbk.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-iso8859-1-shortlines-win-linebr.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-iso8859-1.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-shiftjis.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-simple-utf8.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-utf16be.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-utf16le.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-utf8-cr-only.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-utf8-win-linebr.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-utf8.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-windows-31j.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-x-windows-949.bin (100%) rename src/test/resources/{ => org/apache/commons/io}/test-file-x-windows-950.bin (100%)