Kristian Rosenvold created IO-490:
-------------------------------------
Summary: Intermittent glitch in tailer on Windows
Key: IO-490
URL: https://issues.apache.org/jira/browse/IO-490
Project: Commons IO
Issue Type: Bug
Reporter: Kristian Rosenvold
TailerTest#testTailer testcase fails intermittently on the following assert:
assertEquals("2 line count", 1, lines.size());
at this point "lines" contains the following 4 lines:
{code}
Line three
Line one
Line two
Line three
{code}
The actual file on disk is as-expected, 29 bytes long and contains:
{code}
Line one
Line two
Line three
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)