Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs =================================================================== diff -u -r94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4 -r18c24ff9abe1486f5a801cd2fee04a04279ead3f --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision 94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision 18c24ff9abe1486f5a801cd2fee04a04279ead3f) @@ -52,17 +52,14 @@ var failureMechanismResultView = new MacroStabilityInwardsFailureMechanismResultView( assessmentSection, + assessmentSection.MacroStabilityInwards, assessmentSection.MacroStabilityInwards.SectionResults); form.Controls.Add(failureMechanismResultView); form.Show(); // Obtain the data grid view var dataGridView = (DataGridView) new ControlTester("dataGridView").TheObject; - // Set all necessary data to the view - failureMechanismResultView.Data = assessmentSection.MacroStabilityInwards.SectionResults; - failureMechanismResultView.FailureMechanism = assessmentSection.MacroStabilityInwards; - // Import failure mechanism sections and ensure the data grid view is updated DataImportHelper.ImportReferenceLine(assessmentSection); IFailureMechanism failureMechanism = assessmentSection.MacroStabilityInwards;