Luís Filipe Nassif created TIKA-3747:
----------------------------------------
Summary: Build of 1.x branch failing on Windows due to test file
line endings
Key: TIKA-3747
URL: https://issues.apache.org/jira/browse/TIKA-3747
Project: Tika
Issue Type: Improvement
Components: parser
Affects Versions: 1.28.2
Reporter: Luís Filipe Nassif
Fix For: 1.28.3
As discussed on dev list, building on Windows 10 JDK 11 is failing with this:
[ERROR] Failures:
[ERROR] TextAndCSVParserTest.testSubclassingMimeTypesRemain:217
expected:<...-vcalendar; charset=[ISO-8859-1]> but was:<...-vcalendar;
charset=[windows-1252]>
[ERROR] TXTParserTest.testSubclassingMimeTypesRemain:299
expected:<...-vcalendar; charset=[ISO-8859-1]> but was:<...-vcalendar;
charset=[windows-1252]>
I'll set testVCalendar.vcs EOL in .gitattributes explicitly.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)