You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed on Windows and several test failed.
e.g. issue162_NumberFormattingParsing
The issue is that the following string has CRLF as line ends
final var string = GPX.Writer.DEFAULT.toString(gpx);
Whereas the expected value happens to have LF only (depends on the IDE setup and whether the file was touched and saved)
The solution would be to compare while ignoring line endings.
I believe it should be a feature of junit but team disagrees junit-team/junit5#2394
Thanks
Ngx
The text was updated successfully, but these errors were encountered:
Hi
Just installed on Windows and several test failed.
e.g. issue162_NumberFormattingParsing
The issue is that the following string has CRLF as line ends
final var string = GPX.Writer.DEFAULT.toString(gpx);
Whereas the expected value happens to have LF only (depends on the IDE setup and whether the file was touched and saved)
The solution would be to compare while ignoring line endings.
I believe it should be a feature of junit but team disagrees junit-team/junit5#2394
Thanks
Ngx
The text was updated successfully, but these errors were encountered: