This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 69f60259 Fix extension to agree with file
69f60259 is described below

commit 69f602591143059b500c8859beb4a4e49f1dd933
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Wed Dec 13 09:58:34 2023 +0000

    Fix extension to agree with file
---
 .../org/apache/commons/imaging/formats/tiff/TiffReadImageInfoTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffReadImageInfoTest.java
 
b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffReadImageInfoTest.java
index aea727dd..5b52f5ca 100644
--- 
a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffReadImageInfoTest.java
+++ 
b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffReadImageInfoTest.java
@@ -40,7 +40,7 @@ public class TiffReadImageInfoTest extends TiffBaseTest {
     static final String[][] testSet = {
         {"1/matthew2.tif", "Color Type", "Black and White"},
         {"7/Oregon Scientific DS6639 - DSC_0307 - small - CMYK.tiff", "Color 
Type", "CMYK"},
-        {"10/Imaging247.tiff", "Uses Palette", "true"},
+        {"10/Imaging247.TIFF", "Uses Palette", "true"},
         {"12/TransparencyTestStripAssociated.tif", "Is Transparent", "true"},
         {"14/TestJpegStrips.tiff", "Color Type", "YCbCr"}
     };

Reply via email to