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 2021/05/10 00:35:04 UTC

[commons-imaging] branch master updated: Fix test method name

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

kinow 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 9d850d2  Fix test method name
9d850d2 is described below

commit 9d850d22a546963b86d13322db5d28350bd4ce81
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Mon May 10 12:34:47 2021 +1200

    Fix test method name
---
 src/test/java/org/apache/commons/imaging/formats/gif/GifReadTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/imaging/formats/gif/GifReadTest.java b/src/test/java/org/apache/commons/imaging/formats/gif/GifReadTest.java
index ec0a8aa..00e2bfd 100644
--- a/src/test/java/org/apache/commons/imaging/formats/gif/GifReadTest.java
+++ b/src/test/java/org/apache/commons/imaging/formats/gif/GifReadTest.java
@@ -176,7 +176,7 @@ public class GifReadTest extends GifBaseTest {
      * @throws IOException if it fails to read the test image
      */
     @Test
-    public void testUncaughtExceptionOssFuzz33496() throws IOException {
+    public void testUncaughtExceptionOssFuzz33464() throws IOException {
         final String input = "/images/gif/oss-fuzz-33464/clusterfuzz-testcase-minimized-ImagingGifFuzzer-5174009164595200";
         final String file = GifReadTest.class.getResource(input).getFile();
         final GifImageParser parser = new GifImageParser();