Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r4fd4b13639f6d6f3657c02916f60571bf940ee9c -ra818b331454adfdbdf5e806ca3824e98f76e1d4a --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 4fd4b13639f6d6f3657c02916f60571bf940ee9c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision a818b331454adfdbdf5e806ca3824e98f76e1d4a) @@ -135,7 +135,7 @@ AddForeshoreProfiles(heightStructuresFailureMechanism.ForeshoreProfiles); ConfigureHeightStructuresFailureMechanism(heightStructuresFailureMechanism, assessmentSection); AddSections(heightStructuresFailureMechanism); - SetSectionResults(heightStructuresFailureMechanism.SectionResults, + SetSectionResults(heightStructuresFailureMechanism.SectionResults2, (StructuresCalculation) heightStructuresFailureMechanism.Calculations.First()); ClosingStructuresFailureMechanism closingStructuresFailureMechanism = assessmentSection.ClosingStructures; @@ -878,12 +878,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 (HeightStructuresFailureMechanismSectionResult sectionResult in sectionResults) { sectionResult.AssessmentLayerOne = GetAssessmentLayerOneState(); sectionResult.AssessmentLayerThree = (RoundedDouble) random.NextDouble();