Skip to content

Tests failing, suspected cause being mismatching line ending sequences  #85

Closed
@caendesilva

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions