Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs =================================================================== diff -u -r18c24ff9abe1486f5a801cd2fee04a04279ead3f -r7c037110f82f8b11269ece9edeef02c7f4d59c9b --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision 18c24ff9abe1486f5a801cd2fee04a04279ead3f) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision 7c037110f82f8b11269ece9edeef02c7f4d59c9b) @@ -51,9 +51,9 @@ var assessmentSection = new AssessmentSection(AssessmentSectionComposition.Dike); var failureMechanismResultView = new MacroStabilityInwardsFailureMechanismResultView( - assessmentSection, - assessmentSection.MacroStabilityInwards, - assessmentSection.MacroStabilityInwards.SectionResults); + assessmentSection.MacroStabilityInwards.SectionResults, + assessmentSection.MacroStabilityInwards, + assessmentSection); form.Controls.Add(failureMechanismResultView); form.Show();