Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r8b37c0f11e7d78b71c298763124973e94845c87b -r05ff5915c14e0d22ffddb03b7f98197d099736f2 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 8b37c0f11e7d78b71c298763124973e94845c87b) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 05ff5915c14e0d22ffddb03b7f98197d099736f2) @@ -142,7 +142,7 @@ AddForeshoreProfiles(closingStructuresFailureMechanism.ForeshoreProfiles); ConfigureClosingStructuresFailureMechanism(closingStructuresFailureMechanism, assessmentSection); AddSections(closingStructuresFailureMechanism); - SetSectionResults(closingStructuresFailureMechanism.SectionResults, + SetSectionResults(closingStructuresFailureMechanism.SectionResults2, (StructuresCalculation) closingStructuresFailureMechanism.Calculations.First()); DuneErosionFailureMechanism duneErosionFailureMechanism = assessmentSection.DuneErosion; @@ -724,12 +724,12 @@ failureMechanism.CalculationsGroup.Children.Add(new StructuresCalculation()); } - private static void SetSectionResults(IEnumerable> sectionResults, + private static void SetSectionResults(IEnumerable sectionResults, StructuresCalculation calculation) { var random = new Random(21); var firstSectionResultHasCalculation = false; - foreach (StructuresFailureMechanismSectionResult sectionResult in sectionResults) + foreach (ClosingStructuresFailureMechanismSectionResult sectionResult in sectionResults) { sectionResult.AssessmentLayerOne = GetAssessmentLayerOneState(); sectionResult.AssessmentLayerThree = (RoundedDouble) random.NextDouble();