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
When developing on windows, when the call stack regression test file is generated it has Windows line endings (\r\n). After commit the regression test fails as the comparison does not normalise the line endings. The helper needs to normalise line endings.
In class RegressionTestHelper the method TestNonRegression it needs to do this:
When developing on windows, when the call stack regression test file is generated it has Windows line endings (\r\n). After commit the regression test fails as the comparison does not normalise the line endings. The helper needs to normalise line endings.
In class RegressionTestHelper the method TestNonRegression it needs to do this:
assertThat(callStack.normalize()).isEqualTo(referenceFile.text.normalize())
The text was updated successfully, but these errors were encountered: