ant test-java fails in Cygwin due to CRLF v LF problem ------------------------------------------------------
Key: AVRO-337 URL: https://issues.apache.org/jira/browse/AVRO-337 Project: Avro Issue Type: Bug Components: java Reporter: Thiruvalluvan M. G. Assignee: Thiruvalluvan M. G. Since the PrintWriter under Cygwin (since the Java runtime is for Windows) generates CRLF for newline instead of LF. This causes JUnit assertions to fail. The accompanying patch fixes these by stripping CR from the generated strings. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.