You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/11/24 10:18:24 UTC

[commons-imaging] branch master updated (a89a636 -> 0a76599)

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 a89a636  Merge pull request #60 from kinow/cover-exceptions
     new 0060c9d  IMAGING-242 Standardize TestImageReadException asserts
     new af4bf94  IMAGING-242 Standardize TestImageWriteException asserts
     new 48f6ba8  IMAGING-242 Replace Theories with nested loops
     new 0a76599  Merge pull request #61 from mureinik/IMAGING-242-jupiter-completion

The 1191 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:
 pom.xml                                               | 19 -------------------
 .../commons/imaging/TestImageReadException.java       |  4 ++--
 .../commons/imaging/TestImageWriteException.java      |  4 ++--
 .../imaging/roundtrip/BitmapRoundtripTest.java        | 18 +++++++++---------
 .../commons/imaging/roundtrip/FullColorRoundtrip.java | 18 +++++++++---------
 .../imaging/roundtrip/GrayscaleRountripTest.java      | 18 +++++++++---------
 .../imaging/roundtrip/LimitedColorRoundtripTest.java  | 18 +++++++++---------
 .../imaging/roundtrip/PixelDensityRoundtrip.java      | 17 +++++++++--------
 .../commons/imaging/roundtrip/RoundtripBase.java      |  6 ++++++
 9 files changed, 55 insertions(+), 67 deletions(-)