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 4a3f5edc Use Files API instead of custom fixture building code.
     new 1adda811 Use Files API instead of custom fixture building code.
     new 7a6d0d59 Use try-with-resources
     new 4b52a6f5 Use IOUtils
     new 5a33c5cc Use SerializationUtils to build test fixtures
     new fdfdf5c7 Use try-with-resources

The 5 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/FileUtilsTest.java  |  14 +--
 .../java/org/apache/commons/io/IOCaseTest.java     |  11 +-
 .../commons/io/input/AbstractInputStreamTest.java  |   6 +-
 .../io/input/ClassLoaderObjectInputStreamTest.java | 118 +++++-------------
 .../commons/io/input/NullInputStreamTest.java      |  68 +++++------
 .../apache/commons/io/input/NullReaderTest.java    |  95 +++++++--------
 .../commons/io/input/TaggedInputStreamTest.java    |  47 ++++---
 .../io/input/UnixLineEndingInputStreamTest.java    |  11 +-
 .../UnsynchronizedByteArrayInputStreamTest.java    |  20 ++-
 .../commons/io/input/XmlStreamReaderTest.java      | 135 ++++++++++-----------
 .../io/input/XmlStreamReaderUtilitiesTest.java     |  18 ++-
 11 files changed, 232 insertions(+), 311 deletions(-)

Reply via email to