You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/24 00:58:13 UTC

[commons-imaging] 02/02: Add extension to test file name.

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

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

commit 4cbd9fd80672ff52d5835c10317fb4a194eaeb0f
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Jan 24 01:55:02 2022 +0100

    Add extension to test file name.
---
 .../apache/commons/imaging/formats/rgbe/RgbeReadTest.java   |   2 +-
 ...=> timeout-9713502c9c371f1654b493650c16ab17c0444369.hdr} | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/imaging/formats/rgbe/RgbeReadTest.java b/src/test/java/org/apache/commons/imaging/formats/rgbe/RgbeReadTest.java
index 7e4cfdf..861fc01 100644
--- a/src/test/java/org/apache/commons/imaging/formats/rgbe/RgbeReadTest.java
+++ b/src/test/java/org/apache/commons/imaging/formats/rgbe/RgbeReadTest.java
@@ -62,7 +62,7 @@ public class RgbeReadTest extends RgbeBaseTest {
     public void testErrorDecompressingInvalidFile() {
         // From IMAGING-219
         final File inputFile = new File(
-                RgbeReadTest.class.getResource("/IMAGING-219/timeout-9713502c9c371f1654b493650c16ab17c0444369")
+                RgbeReadTest.class.getResource("/IMAGING-219/timeout-9713502c9c371f1654b493650c16ab17c0444369.hdr")
                         .getFile());
         final ByteSourceFile byteSourceFile = new ByteSourceFile(inputFile);
         final RgbeImagingParameters params = new RgbeImagingParameters();
diff --git a/src/test/resources/IMAGING-219/timeout-9713502c9c371f1654b493650c16ab17c0444369 b/src/test/resources/IMAGING-219/timeout-9713502c9c371f1654b493650c16ab17c0444369.hdr
similarity index 100%
rename from src/test/resources/IMAGING-219/timeout-9713502c9c371f1654b493650c16ab17c0444369
rename to src/test/resources/IMAGING-219/timeout-9713502c9c371f1654b493650c16ab17c0444369.hdr