Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rcc8cd8bb3747e3578ffadc0851675302aeaca01a -rb3af39ba024b8e12fe238d85130697255db28c59 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision cc8cd8bb3747e3578ffadc0851675302aeaca01a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision b3af39ba024b8e12fe238d85130697255db28c59) @@ -106,8 +106,8 @@ SetSectionResults(assessmentSection.GrassCoverSlipOffOutwards.SectionResults); AddSections(assessmentSection.HeightStructures); SetSectionResults(assessmentSection.HeightStructures.SectionResults); - AddSections(assessmentSection.ClosingStructure); - SetSectionResults(assessmentSection.ClosingStructure.SectionResults); + AddSections(assessmentSection.ClosingStructures); + SetSectionResults(assessmentSection.ClosingStructures.SectionResults); AddSections(assessmentSection.StrengthStabilityPointConstruction); SetSectionResults(assessmentSection.StrengthStabilityPointConstruction.SectionResults); AddSections(assessmentSection.StrengthStabilityLengthwiseConstruction); @@ -171,7 +171,7 @@ } } - private static void SetSectionResults(IEnumerable sectionResults) + private static void SetSectionResults(IEnumerable sectionResults) { var random = new Random(21); foreach (var sectionResult in sectionResults)