Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs =================================================================== diff -u -rb3af39ba024b8e12fe238d85130697255db28c59 -rae14c5d4e4624fa87390e6d63bb419c648e12dda --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision b3af39ba024b8e12fe238d85130697255db28c59) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision ae14c5d4e4624fa87390e6d63bb419c648e12dda) @@ -135,7 +135,7 @@ Assert.NotNull(section.HeightStructures); Assert.NotNull(section.ClosingStructures); Assert.NotNull(section.PipingStructure); - Assert.NotNull(section.StrengthStabilityPointConstruction); + Assert.NotNull(section.StabilityPointStructures); Assert.NotNull(section.StrengthStabilityLengthwiseConstruction); Assert.NotNull(section.DuneErosion); Assert.NotNull(section.TechnicalInnovation); @@ -209,7 +209,7 @@ assessmentSection.HeightStructures, assessmentSection.ClosingStructures, assessmentSection.PipingStructure, - assessmentSection.StrengthStabilityPointConstruction, + assessmentSection.StabilityPointStructures, assessmentSection.StrengthStabilityLengthwiseConstruction, assessmentSection.DuneErosion, assessmentSection.TechnicalInnovation @@ -354,7 +354,7 @@ section.HeightStructures, section.ClosingStructures, section.PipingStructure, - section.StrengthStabilityPointConstruction, + section.StabilityPointStructures, section.DuneErosion, }; } @@ -373,7 +373,7 @@ Assert.AreEqual(contributions[7], assessmentSection.HeightStructures.Contribution); Assert.AreEqual(contributions[8], assessmentSection.ClosingStructures.Contribution); Assert.AreEqual(contributions[9], assessmentSection.PipingStructure.Contribution); - Assert.AreEqual(contributions[10], assessmentSection.StrengthStabilityPointConstruction.Contribution); + Assert.AreEqual(contributions[10], assessmentSection.StabilityPointStructures.Contribution); Assert.AreEqual(contributions[11], assessmentSection.DuneErosion.Contribution); CollectionAssert.AreEqual(contributions, assessmentSection.FailureMechanismContribution.Distribution.Select(d => d.Contribution));