Skip to content

Commit

Permalink
Test PathUtils.fileContentEquals(Path, Path) with zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 10, 2023
1 parent 196ab82 commit de0a108
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ public void testFileContentEquals() throws Exception {

@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");
Expand Down

0 comments on commit de0a108

Please sign in to comment.