sid-srini opened a new pull request, #7910:
URL: https://github.com/apache/netbeans/pull/7910

   Fixed tests failures in the modules java.hints and java.source.base on 
Windows due to CRLF-LF mismatches between the expected and actual outputs.
   
   - VanillaCompileWorkerTest:
       - transform CRLF to LF on the actual outputs.
   - TreeRuleTestBase:
       - include CR in the whitespace transformation of the actual output
       - also apply the same whitespace transformation done on the expected 
output.
       - the latter may also be addressed via `git config --local core.autocrlf 
false`;
       - however, its better to not rely on environment modification.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to