Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs =================================================================== diff -u -r28d5e7ee5b11b21b38aa0306170a729fc4ad95dc -re87ab3607b8b78351fe71e56cbce5e2b6717a1cc --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs (.../ClosingStructuresFailureMechanismResultViewTest.cs) (revision 28d5e7ee5b11b21b38aa0306170a729fc4ad95dc) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs (.../ClosingStructuresFailureMechanismResultViewTest.cs) (revision e87ab3607b8b78351fe71e56cbce5e2b6717a1cc) @@ -122,7 +122,7 @@ // Then var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - Assert.AreEqual(13, dataGridView.ColumnCount); + Assert.AreEqual(columnCount, dataGridView.ColumnCount); Assert.IsTrue(dataGridView.Columns[detailedAssessmentProbabilityIndex].ReadOnly); Assert.IsInstanceOf(dataGridView.Columns[nameColumnIndex]); Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs =================================================================== diff -u -r28d5e7ee5b11b21b38aa0306170a729fc4ad95dc -re87ab3607b8b78351fe71e56cbce5e2b6717a1cc --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismResultViewTest.cs) (revision 28d5e7ee5b11b21b38aa0306170a729fc4ad95dc) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismResultViewTest.cs (.../GrassCoverErosionInwardsFailureMechanismResultViewTest.cs) (revision e87ab3607b8b78351fe71e56cbce5e2b6717a1cc) @@ -120,7 +120,7 @@ // Then var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - Assert.AreEqual(13, dataGridView.ColumnCount); + Assert.AreEqual(columnCount, dataGridView.ColumnCount); Assert.IsTrue(dataGridView.Columns[detailedAssessmentProbabilityIndex].ReadOnly); Assert.IsInstanceOf(dataGridView.Columns[nameColumnIndex]); Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs =================================================================== diff -u -r28d5e7ee5b11b21b38aa0306170a729fc4ad95dc -re87ab3607b8b78351fe71e56cbce5e2b6717a1cc --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs (.../HeightStructuresFailureMechanismResultViewTest.cs) (revision 28d5e7ee5b11b21b38aa0306170a729fc4ad95dc) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs (.../HeightStructuresFailureMechanismResultViewTest.cs) (revision e87ab3607b8b78351fe71e56cbce5e2b6717a1cc) @@ -122,7 +122,7 @@ // Then var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - Assert.AreEqual(13, dataGridView.ColumnCount); + Assert.AreEqual(columnCount, dataGridView.ColumnCount); Assert.IsTrue(dataGridView.Columns[detailedAssessmentProbabilityIndex].ReadOnly); Assert.IsInstanceOf(dataGridView.Columns[nameColumnIndex]); Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsFailureMechanismResultViewTest.cs =================================================================== diff -u -r28d5e7ee5b11b21b38aa0306170a729fc4ad95dc -re87ab3607b8b78351fe71e56cbce5e2b6717a1cc --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsFailureMechanismResultViewTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewTest.cs) (revision 28d5e7ee5b11b21b38aa0306170a729fc4ad95dc) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsFailureMechanismResultViewTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewTest.cs) (revision e87ab3607b8b78351fe71e56cbce5e2b6717a1cc) @@ -121,7 +121,7 @@ // Then var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - Assert.AreEqual(13, dataGridView.ColumnCount); + Assert.AreEqual(columnCount, dataGridView.ColumnCount); Assert.IsTrue(dataGridView.Columns[detailedAssessmentProbabilityIndex].ReadOnly); Assert.IsInstanceOf(dataGridView.Columns[nameColumnIndex]); Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismResultViewTest.cs =================================================================== diff -u -r28d5e7ee5b11b21b38aa0306170a729fc4ad95dc -re87ab3607b8b78351fe71e56cbce5e2b6717a1cc --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismResultViewTest.cs (.../PipingFailureMechanismResultViewTest.cs) (revision 28d5e7ee5b11b21b38aa0306170a729fc4ad95dc) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismResultViewTest.cs (.../PipingFailureMechanismResultViewTest.cs) (revision e87ab3607b8b78351fe71e56cbce5e2b6717a1cc) @@ -121,7 +121,7 @@ // Then var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - Assert.AreEqual(13, dataGridView.ColumnCount); + Assert.AreEqual(columnCount, dataGridView.ColumnCount); Assert.IsTrue(dataGridView.Columns[detailedAssessmentProbabilityIndex].ReadOnly); Assert.IsInstanceOf(dataGridView.Columns[nameColumnIndex]); Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresFailureMechanismResultViewTest.cs =================================================================== diff -u -r28d5e7ee5b11b21b38aa0306170a729fc4ad95dc -re87ab3607b8b78351fe71e56cbce5e2b6717a1cc --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresFailureMechanismResultViewTest.cs (.../StabilityPointStructuresFailureMechanismResultViewTest.cs) (revision 28d5e7ee5b11b21b38aa0306170a729fc4ad95dc) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Views/StabilityPointStructuresFailureMechanismResultViewTest.cs (.../StabilityPointStructuresFailureMechanismResultViewTest.cs) (revision e87ab3607b8b78351fe71e56cbce5e2b6717a1cc) @@ -122,7 +122,7 @@ // Then var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - Assert.AreEqual(13, dataGridView.ColumnCount); + Assert.AreEqual(columnCount, dataGridView.ColumnCount); Assert.IsTrue(dataGridView.Columns[detailedAssessmentProbabilityIndex].ReadOnly); Assert.IsInstanceOf(dataGridView.Columns[nameColumnIndex]);