You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2020/05/23 20:04:44 UTC

[commons-compress] branch master updated: COMPRESS-523 fix test method name

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1d80566  COMPRESS-523 fix test method name
1d80566 is described below

commit 1d805661b4efad521d9ebd42a51bd2d1faafb520
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Sat May 23 22:04:16 2020 +0200

    COMPRESS-523 fix test method name
---
 .../commons/compress/archivers/zip/ZipArchiveInputStreamTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStreamTest.java b/src/test/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStreamTest.java
index 44ff4b3..e4708ac 100644
--- a/src/test/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStreamTest.java
+++ b/src/test/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStreamTest.java
@@ -700,7 +700,7 @@ public class ZipArchiveInputStreamTest {
     /**
      * @see https://issues.apache.org/jira/browse/COMPRESS-523
      */
-    public void throwsIfZip64ExtraCouldNotBeUnderstoodY() throws Exception {
+    public void throwsIfThereIsNoEocd() throws Exception {
         thrown.expect(IOException.class);
         thrown.expectMessage("Truncated ZIP file");
         fuzzingTest(new int[] {