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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new de0a108b Test PathUtils.fileContentEquals(Path, Path) with zip files
de0a108b is described below

commit de0a108b8d44a0c98dcfda791f75f5084262a5c9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 10 09:30:46 2023 -0500

    Test PathUtils.fileContentEquals(Path, Path) with zip files
---
 src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java 
b/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
index b094d35e..d8715fdd 100644
--- a/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
+++ b/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
@@ -198,7 +198,6 @@ public class PathUtilsContentEqualsTest {
 
     @Test
     public void testFileContentEqualsZip() throws Exception {
-        // Non-existent files
         final Path path1 = 
Paths.get("src/test/resources/org/apache/commons/io/bla.zip");
         final Path path2 = 
Paths.get("src/test/resources/org/apache/commons/io/bla-copy.zip");
         final Path path3 = 
Paths.get("src/test/resources/org/apache/commons/io/moby.zip");

Reply via email to