VirtualPhotonics / VTS

Virtual Tissue Simulator
https://virtualphotonics.org
Other
34 stars 9 forks source link

Unit tests that compare output strings do not work on Linux #163

Closed hayakawa16 closed 1 month ago

hayakawa16 commented 1 month ago

String endings different on Windows (\r\n) vs Linux(\n). Any unit tests that verify an output string with these ending characters are not passing on Linux.

Proposed correction: Modify any "ToString()" used in unit tests to "ToString().Trim()" and remove "\r\n" from verifying string.