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-imaging.git


    from 6f08f2c1 Merge pull request #309 from 
apache/dependabot/github_actions/github/codeql-action-2.21.2
     new da414796 [IMAGING-359] Fix test resource file paths not being 
constructed properly
     new 5a3f2e50 Merge branch 'master' into marcono1234/test-resources
     new 7925ec80 Don't use static import for TestResources class
     new 4db94b33 Merge pull request #306 from 
Marcono1234/marcono1234/test-resources

The 2139 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:
 .../imaging/formats/bmp/BmpImageParserTest.java    |  7 ++-
 .../commons/imaging/formats/bmp/BmpReadTest.java   |  5 +-
 .../commons/imaging/formats/gif/GifReadTest.java   | 16 +++---
 .../commons/imaging/formats/icns/IcnsReadTest.java |  3 +-
 .../commons/imaging/formats/jpeg/JpegReadTest.java |  6 +--
 .../jpeg/JpegWithInvalidDhtSegmentTest.java        |  5 +-
 .../formats/jpeg/decoder/JpegDecoderTest.java      |  5 +-
 .../imaging/formats/jpeg/iptc/IptcParserTest.java  |  8 ++-
 .../formats/jpeg/specific/JpegImageParserTest.java |  6 +--
 .../commons/imaging/formats/png/PngReadTest.java   | 16 +++---
 .../png/PngWithInvalidPngChunkSizeTest.java        |  7 ++-
 .../commons/imaging/formats/rgbe/RgbeReadTest.java |  5 +-
 .../apache/commons/imaging/test/TestResources.java | 59 ++++++++++++++++++++++
 13 files changed, 97 insertions(+), 51 deletions(-)
 create mode 100644 
src/test/java/org/apache/commons/imaging/test/TestResources.java

Reply via email to