Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/FileImporters/ClosingStructureUpdateDataStrategyTest.cs =================================================================== diff -u -r4efa41f677773d8691e656b015058f25a04aca15 -rea7fd6455177ea93f8419e6a29fc00d1d3167359 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/FileImporters/ClosingStructureUpdateDataStrategyTest.cs (.../ClosingStructureUpdateDataStrategyTest.cs) (revision 4efa41f677773d8691e656b015058f25a04aca15) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/FileImporters/ClosingStructureUpdateDataStrategyTest.cs (.../ClosingStructureUpdateDataStrategyTest.cs) (revision ea7fd6455177ea93f8419e6a29fc00d1d3167359) @@ -647,12 +647,12 @@ }, sourceFilePath); var intersectionPoint = new Point2D(10, 10); - failureMechanism.AddSection(new FailureMechanismSection("OldSection", new[] + failureMechanism.AddSectionResult(new FailureMechanismSection("OldSection", new[] { originalMatchingPoint, intersectionPoint })); - failureMechanism.AddSection(new FailureMechanismSection("NewSection", new[] + failureMechanism.AddSectionResult(new FailureMechanismSection("NewSection", new[] { intersectionPoint, updatedMatchingPoint @@ -723,7 +723,7 @@ removedStructure }, sourceFilePath); - failureMechanism.AddSection(FailureMechanismSectionTestFactory.CreateFailureMechanismSection(new[] + failureMechanism.AddSectionResult(FailureMechanismSectionTestFactory.CreateFailureMechanismSection(new[] { originalMatchingPoint, new Point2D(10, 10)