Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rae14c5d4e4624fa87390e6d63bb419c648e12dda -rbeb484b744b2d77062ca98ef4ebf7cd32ee5a0cd --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision ae14c5d4e4624fa87390e6d63bb419c648e12dda) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision beb484b744b2d77062ca98ef4ebf7cd32ee5a0cd) @@ -94,6 +94,21 @@ AddSections(waveImpactAsphaltCoverFailureMechanism); SetSectionResults(waveImpactAsphaltCoverFailureMechanism.SectionResults); + HeightStructuresFailureMechanism heightStructuresFailureMechanism = assessmentSection.HeightStructures; + AddForeshoreProfiles(heightStructuresFailureMechanism.ForeshoreProfiles); + AddSections(heightStructuresFailureMechanism); + SetSectionResults(heightStructuresFailureMechanism.SectionResults); + + ClosingStructuresFailureMechanism closingStructuresFailureMechanism = assessmentSection.ClosingStructures; + AddForeshoreProfiles(closingStructuresFailureMechanism.ForeshoreProfiles); + AddSections(closingStructuresFailureMechanism); + SetSectionResults(closingStructuresFailureMechanism.SectionResults); + + StabilityPointStructuresFailureMechanism stabilityPointStructuresFailureMechanism = assessmentSection.StabilityPointStructures; + AddForeshoreProfiles(stabilityPointStructuresFailureMechanism.ForeshoreProfiles); + AddSections(stabilityPointStructuresFailureMechanism); + SetSectionResults(stabilityPointStructuresFailureMechanism.SectionResults); + AddSections(assessmentSection.MacrostabilityInwards); SetSectionResults(assessmentSection.MacrostabilityInwards.SectionResults); AddSections(assessmentSection.MacrostabilityOutwards); @@ -106,12 +121,6 @@ SetSectionResults(assessmentSection.GrassCoverSlipOffInwards.SectionResults); AddSections(assessmentSection.GrassCoverSlipOffOutwards); SetSectionResults(assessmentSection.GrassCoverSlipOffOutwards.SectionResults); - AddSections(assessmentSection.HeightStructures); - SetSectionResults(assessmentSection.HeightStructures.SectionResults); - AddSections(assessmentSection.ClosingStructures); - SetSectionResults(assessmentSection.ClosingStructures.SectionResults); - AddSections(assessmentSection.StabilityPointStructures); - SetSectionResults(assessmentSection.StabilityPointStructures.SectionResults); AddSections(assessmentSection.StrengthStabilityLengthwiseConstruction); SetSectionResults(assessmentSection.StrengthStabilityLengthwiseConstruction.SectionResults); AddSections(assessmentSection.PipingStructure);