You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #197, the TestFilesystemFixture.calculate_file_size test checks the file size of a small text file containing the string "ROS2". Because of windows-style line-endings and how git automatically corrects them, this file is actually 6 bytes when checked out with git, but 5 bytes when directly downloaded from gist.
In PR #197, the
TestFilesystemFixture.calculate_file_size
test checks the file size of a small text file containing the string "ROS2". Because of windows-style line-endings and how git automatically corrects them, this file is actually 6 bytes when checked out with git, but 5 bytes when directly downloaded from gist.Example of test failure
https://citest.ros2.org/job/ci_windows/116/testReport/rcutils/TestFilesystemFixture/
The text was updated successfully, but these errors were encountered: