Community
Participate
Working Groups
Currently, StdErrLog hardcodes \n, but this fails tests on Windows. Better to use the system-dependent EOL retrieved via the "line.separator" system property.
Fixed by using "line.separator" system property.