Skip to content

Commit de0a108

Browse files
committed
Test PathUtils.fileContentEquals(Path, Path) with zip files
1 parent 196ab82 commit de0a108

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public void testFileContentEquals() throws Exception {
198198

199199
@Test
200200
public void testFileContentEqualsZip() throws Exception {
201-
// Non-existent files
202201
final Path path1 = Paths.get("src/test/resources/org/apache/commons/io/bla.zip");
203202
final Path path2 = Paths.get("src/test/resources/org/apache/commons/io/bla-copy.zip");
204203
final Path path3 = Paths.get("src/test/resources/org/apache/commons/io/moby.zip");

0 commit comments

Comments
 (0)