Tests failing, suspected cause being mismatching line ending sequences #85
Closed
Description
Discovered in hydephp/hyde#72 where checksum comparisons are not working as expected and thus causing test failures.
I suspect this is due to the hashing algorithm used includes the line ending sequences and since I ran the file cacher on a Windows machine some files use CRLF and since the test runner uses Ubuntu, and thus LF endings the files are different.
Going to try to create a crossplatform wrapper in the service class.
Metadata
Assignees
Labels
No labels