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/10 04:18:59 UTC

[commons-imaging] branch master updated (51a40b3 -> f2aed4c)

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 51a40b3  [IMAGING-236] add changes entry
     add d99c03e  add-tests Added new Unit Tests.
     add 0dad132  add-tests Improved equals hashCode tests.
     add e15ef98  add-tests Added license header texts.
     add 91ea204  add-tests Incorporated requested changes.
     add 4ed1022  add-tests Removed changes that solely affect license headers.
     add f2aed4c  Merge branch 'pr-30'

No new revisions were added by this update.

Summary of changes:
 .../apache/commons/imaging/color/ColorCmyTest.java | 14 ++++-
 .../apache/commons/imaging/color/ColorHslTest.java | 13 +++++
 ...egDecoderTest.java => JpegInputStreamTest.java} | 47 +++++++--------
 .../{JfifSegmentTest.java => App2SegmentTest.java} | 41 +++++++++-----
 .../PgmFileInfoTest.java}                          | 36 ++++++------
 .../imaging/formats/pnm/PpmFileInfoTest.java}      | 28 +++++----
 .../tiff/fieldtypes/FieldTypeAsciiTest.java        | 64 +++++++++++++++++++++
 ...ypeByteTest.java => FieldTypeRationalTest.java} | 31 +++++++---
 .../tiff/taginfos/TagInfoByteOrShortTest.java      | 51 +++++++++++++++++
 .../commons/imaging/palette/DitheringTest.java     | 66 ++++++++++++++++++++++
 10 files changed, 318 insertions(+), 73 deletions(-)
 copy src/test/java/org/apache/commons/imaging/formats/jpeg/decoder/{JpegDecoderTest.java => JpegInputStreamTest.java} (54%)
 copy src/test/java/org/apache/commons/imaging/formats/jpeg/segments/{JfifSegmentTest.java => App2SegmentTest.java} (54%)
 copy src/test/java/org/apache/commons/imaging/formats/{jpeg/segments/JfifSegmentTest.java => pnm/PgmFileInfoTest.java} (58%)
 copy src/{main/java/org/apache/commons/imaging/formats/psd/datareaders/DataReader.java => test/java/org/apache/commons/imaging/formats/pnm/PpmFileInfoTest.java} (63%)
 create mode 100644 src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeAsciiTest.java
 copy src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/{FieldTypeByteTest.java => FieldTypeRationalTest.java} (58%)
 create mode 100644 src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoByteOrShortTest.java
 create mode 100644 src/test/java/org/apache/commons/imaging/palette/DitheringTest.java