prestodb / airlift

Airlift framework for building REST services
Apache License 2.0
1 stars 42 forks source link

Use platform dependent expected values in json tests #82

Closed dnskr closed 6 months ago

dnskr commented 7 months ago

Current implementation uses explicit numbers for asserts. It works on Linux, but it doesn't work on Windows machines, because of difference in new line separators. I.e. in current implementation tests fail on Windows because \r\n is used instead of just \n.