Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs =================================================================== diff -u -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 -rea7fd6455177ea93f8419e6a29fc00d1d3167359 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs (.../HeightStructuresFailureMechanismViewTest.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs (.../HeightStructuresFailureMechanismViewTest.cs) (revision ea7fd6455177ea93f8419e6a29fc00d1d3167359) @@ -154,9 +154,9 @@ }; var failureMechanism = new HeightStructuresFailureMechanism(); - failureMechanism.AddSection(new FailureMechanismSection("A", geometryPoints.Take(2))); - failureMechanism.AddSection(new FailureMechanismSection("B", geometryPoints.Skip(1).Take(2))); - failureMechanism.AddSection(new FailureMechanismSection("C", geometryPoints.Skip(2).Take(2))); + failureMechanism.AddSectionResult(new FailureMechanismSection("A", geometryPoints.Take(2))); + failureMechanism.AddSectionResult(new FailureMechanismSection("B", geometryPoints.Skip(1).Take(2))); + failureMechanism.AddSectionResult(new FailureMechanismSection("C", geometryPoints.Skip(2).Take(2))); var profile1 = new TestForeshoreProfile("profile1 ID", new[] { @@ -358,7 +358,7 @@ var sectionsEndsMapData = (MapPointData) map.Data.Collection.ElementAt(sectionsEndPointIndex); // When - failureMechanism.AddSection(new FailureMechanismSection(string.Empty, new[] + failureMechanism.AddSectionResult(new FailureMechanismSection(string.Empty, new[] { new Point2D(1, 2), new Point2D(1, 2)