Skip to content

Commit fe26508

Browse files
committed
Changed test filename for test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1721380 13f79535-47bb-0310-9956-ffa450edef68
1 parent 87c5e53 commit fe26508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/TailerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public void testTailerEndOfFileReached() throws Exception {
269269
// Create & start the Tailer
270270
final long delayMillis = 50;
271271
final long testDelayMillis = delayMillis * 10;
272-
final File file = new File(getTestDirectory(), "tailer1-test.txt");
272+
final File file = new File(getTestDirectory(), "tailer-eof-test.txt");
273273
createFile(file, 0);
274274
final TestTailerListener listener = new TestTailerListener();
275275
final String osname = System.getProperty("os.name");

0 commit comments

Comments
 (0)