Skip to content

Commit df09ef8

Browse files
committed
Add test inline comment
1 parent 6979d1a commit df09ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public void testFileContentEquals() throws Exception {
202202
public void testFileContentEqualsZip() throws Exception {
203203
final Path path1 = Paths.get("src/test/resources/org/apache/commons/io/bla.zip");
204204
final Path path2 = Paths.get("src/test/resources/org/apache/commons/io/bla-copy.zip");
205+
// moby.zip is from https://issues.apache.org/jira/browse/COMPRESS-93
205206
final Path path3 = Paths.get("src/test/resources/org/apache/commons/io/moby.zip");
206207
assertTrue(PathUtils.fileContentEquals(path1, path2));
207208
assertFalse(PathUtils.fileContentEquals(path1, path3));

0 commit comments

Comments
 (0)