We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected
Keeps intermittently failing on the public CI leg in all configs/bitness
System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(rowHeadersWidthSizeMode: DisableResizing, rowHeadersVisible: True, autoSize: False, value: 4, expectedValue: 4, expectedInvalidatedCallCount: 1, expectedLayoutCallCount: 0, expectedParentLayoutCallCount: 0) [FAIL] Assert.Equal() Failure Expected: 1 Actual: 3 Stack Trace: D:\workspace\_work\1\s\src\System.Windows.Forms\tests\UnitTests\System\Windows\Forms\DataGridViewTests.cs(1213,0): at System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, Boolean rowHeadersVisible, Boolean autoSize, Int32 value, Int32 expectedValue, Int32 expectedInvalidatedCallCount, Int32 expectedLayoutCallCount, Int32 expectedParentLayoutCallCount) System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(rowHeadersWidthSizeMode: DisableResizing, rowHeadersVisible: True, autoSize: False, value: 32768, expectedValue: 32768, expectedInvalidatedCallCount: 1, expectedLayoutCallCount: 0, expectedParentLayoutCallCount: 0) [FAIL] Assert.Equal() Failure Expected: 1 Actual: 3 Stack Trace: D:\workspace\_work\1\s\src\System.Windows.Forms\tests\UnitTests\System\Windows\Forms\DataGridViewTests.cs(1213,0): at System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, Boolean rowHeadersVisible, Boolean autoSize, Int32 value, Int32 expectedValue, Int32 expectedInvalidatedCallCount, Int32 expectedLayoutCallCount, Int32 expectedParentLayoutCallCount)
The text was updated successfully, but these errors were encountered:
Dupe of #6609
Sorry, something went wrong.
No branches or pull requests
Keeps intermittently failing on the public CI leg in all configs/bitness
The text was updated successfully, but these errors were encountered: