This is an automated email from the ASF dual-hosted git repository.
kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
from 99e34e49 Bump animal-sniffer-maven-plugin from 1.22 to 1.23
new 24ffd332 [IMAGING-345] perform tests in memory instead of disk making
them faster
new 1dc7bf3a [IMAGING-345] changelog
new 933584e7 Merge branch 'pr-271'
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 | 3 ++
.../imaging/formats/bmp/BmpRoundtripTest.java | 6 ---
.../imaging/formats/icns/IcnsRoundTripTest.java | 8 +---
.../imaging/formats/jpeg/exif/ExifBaseTest.java | 10 +++++
.../imaging/formats/jpeg/exif/ExifRewriteTest.java | 23 +++--------
.../imaging/formats/jpeg/iptc/IptcAddTest.java | 14 +++----
.../imaging/formats/jpeg/iptc/IptcUpdateTest.java | 48 +++++++++-------------
.../formats/jpeg/xmp/JpegXmpRewriteTest.java | 32 +++++++--------
.../commons/imaging/formats/png/PngTextTest.java | 5 ---
.../formats/png/PngWriteForceTrueColorText.java | 12 +++---
.../imaging/formats/png/PngWritePredictorTest.java | 25 ++++-------
.../imaging/formats/png/PngWriteReadTest.java | 9 ----
.../imaging/formats/tiff/TiffRoundtripTest.java | 10 ++---
.../commons/imaging/formats/xmp/XmpUpdateTest.java | 1 -
.../commons/imaging/roundtrip/FormatInfo.java | 12 ++++++
.../roundtrip/NullParametersRoundtripTest.java | 22 ++++++----
.../commons/imaging/roundtrip/RoundtripBase.java | 24 +++++------
17 files changed, 117 insertions(+), 147 deletions(-)