Re: Windows build errors

2020-08-20 Thread Tilman Hausherr
It worked! Thanks Tilman Am 20.08.2020 um 03:42 schrieb Peter Lee: Hi Tilman, expected: but was: I think this problem is caused by the charset detection strategy basing on line separator(CRLF or LF) and the git autocrlf config. I also met this problem and solved it like this : Set

Re: Windows build errors

2020-08-19 Thread Peter Lee
Hi Tilman, > expected: but was: charset=[windows-1252]> I think this problem is caused by the charset detection strategy basing on line separator(CRLF or LF) and the git autocrlf config. I also met this problem and solved it like this : Set autocrlf false by git config --global core.autocrlf

Windows build errors

2020-08-19 Thread Tilman Hausherr
After many weeks I checked out the "main" branch, and get these build errors: Failures:   TestMimeTypes.testArchiveDetection:395->assertTypeByData:1275 expected:<[application/x-archive]> but was:<[text/plain]>