You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/24 01:45:18 UTC

[commons-compress] branch master updated: [COMPRESS-639] Update test name for

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

ggregory 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 a37dfa18 [COMPRESS-639] Update test name for
a37dfa18 is described below

commit a37dfa18f5027449835a7b94ddbae9f0b2c5fc27
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 23 20:45:14 2023 -0500

    [COMPRESS-639] Update test name for
---
 .../commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java b/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java
index 89e46676..cb01e573 100644
--- a/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java
+++ b/src/test/java/org/apache/commons/compress/archivers/zip/ParallelScatterZipCreatorTest.java
@@ -225,8 +225,8 @@ public class ParallelScatterZipCreatorTest {
     }
 
     @Test
-    @Disabled("[COMPRESS-639] The Javadoc for ZipArchiveOutputStream documents the class as @NotThreadSafe.")
-    public void sameZipArchiveEntryNotThreadSafe() throws IOException, ExecutionException, InterruptedException {
+    @Disabled("[COMPRESS-639]")
+    public void sameZipArchiveEntryNullPointerException() throws IOException, ExecutionException, InterruptedException {
         final ByteArrayOutputStream testOutputStream = new ByteArrayOutputStream();
 
         final String fileContent = "A";