Skip to content

Commit e2d0dce

Browse files
author
Niall Pemberton
committed
Try to fix gump failure
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@721739 13f79535-47bb-0310-9956-ffa450edef68
1 parent 45da38f commit e2d0dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/org/apache/commons/io/comparator/DefaultFileComparatorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected void setUp() throws Exception {
6060
reverse = DefaultFileComparator.DEFAULT_REVERSE;
6161
equalFile1 = new File("foo");
6262
equalFile2 = new File("foo");
63-
lessFile = new File("ABC");
64-
moreFile = new File("XYZ");
63+
lessFile = new File("abc");
64+
moreFile = new File("xyz");
6565
}
6666
}

0 commit comments

Comments
 (0)