Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r6f33b44599df032ecae3342b0aacd606a9e87c1f -rea7fd6455177ea93f8419e6a29fc00d1d3167359 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 6f33b44599df032ecae3342b0aacd606a9e87c1f) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision ea7fd6455177ea93f8419e6a29fc00d1d3167359) @@ -1315,13 +1315,13 @@ surfaceLine1, surfaceLine2 }; - pipingFailureMechanism.AddSection(new FailureMechanismSection("Section 1", new List + pipingFailureMechanism.AddSectionResult(new FailureMechanismSection("Section 1", new List { new Point2D(0.0, 0.0), new Point2D(5.0, 0.0) })); - pipingFailureMechanism.AddSection(new FailureMechanismSection("Section 2", new List + pipingFailureMechanism.AddSectionResult(new FailureMechanismSection("Section 2", new List { new Point2D(5.0, 0.0), new Point2D(10.0, 0.0) @@ -1429,13 +1429,13 @@ surfaceLine1, surfaceLine2 }; - pipingFailureMechanism.AddSection(new FailureMechanismSection("Section 1", new List + pipingFailureMechanism.AddSectionResult(new FailureMechanismSection("Section 1", new List { new Point2D(0.0, 0.0), new Point2D(5.0, 0.0) })); - pipingFailureMechanism.AddSection(new FailureMechanismSection("Section 2", new List + pipingFailureMechanism.AddSectionResult(new FailureMechanismSection("Section 2", new List { new Point2D(5.0, 0.0), new Point2D(10.0, 0.0)