Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Util.Test/HeightStructuresHelperTest.cs =================================================================== diff -u -r33ce6fa967e380d4c68bd5f53acc189ab7f1e726 -rea7fd6455177ea93f8419e6a29fc00d1d3167359 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Util.Test/HeightStructuresHelperTest.cs (.../HeightStructuresHelperTest.cs) (revision 33ce6fa967e380d4c68bd5f53acc189ab7f1e726) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Util.Test/HeightStructuresHelperTest.cs (.../HeightStructuresHelperTest.cs) (revision ea7fd6455177ea93f8419e6a29fc00d1d3167359) @@ -51,7 +51,7 @@ // Setup var location = new Point2D(1, 1); var failureMechanism = new HeightStructuresFailureMechanism(); - failureMechanism.AddSection(CreateFailureMechanismSection(location)); + failureMechanism.AddSectionResult(CreateFailureMechanismSection(location)); HeightStructuresFailureMechanismSectionResult sectionResult = failureMechanism.SectionResults.First(); sectionResult.Calculation = CreateCalculation(location); @@ -79,7 +79,7 @@ } } }; - failureMechanism.AddSection(CreateFailureMechanismSection(location)); + failureMechanism.AddSectionResult(CreateFailureMechanismSection(location)); HeightStructuresFailureMechanismSectionResult sectionResult = failureMechanism.SectionResults.First(); sectionResult.Calculation = CreateCalculation(location);