[protobuf] Protocol Buffers 2.5.0: unit test bug with DOS line endings - missing carriage returns

2013-04-19 Thread Roy Fleck
This bug only seems to happen if the line endings for all the files have been converted from Unix to DOS line endings. In other words, the line endings have been changed from "\n" to "\r\n". Steps: 1) Download the latest version of Protocol Buffers (version 2.5.0) 2) Convert line endings from

[protobuf] Re: Protocol Buffers 2.5.0: unit test bug with DOS line endings - missing carriage returns

2013-04-19 Thread Roy Fleck
Yes, reverting the line ending change does fix the problem. I just wanted to point out the issue so that someone else does not spend a lot of time wondering why their unit tests are failing. Perhaps the documentation with the SDK should be updated with a warning? On Friday, April 19, 2013 2