Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r2f94a4a9a4058aa718129ba8d399e5944a994070 -r5dcbf2204ef1f29a353b60657e0cb830db7af73b --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 2f94a4a9a4058aa718129ba8d399e5944a994070) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 5dcbf2204ef1f29a353b60657e0cb830db7af73b) @@ -722,7 +722,8 @@ var section = new FailureMechanismSection("A", new[] { - new Point2D(0, 0) + new Point2D(0, 0), + new Point2D(2, 2) }); failureMechanism.AddSection(section); @@ -731,15 +732,21 @@ Name = "A", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2) + HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2), + HeightStructure = new HeightStructure("test", "1", new Point2D(1.1, 2.2), + 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, + 0.8, 0.9, 0.11, 0.12, 0.13, 0.14, 0.15) } }); failureMechanism.CalculationsGroup.Children.Add(new HeightStructuresCalculation { Name = "B", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2) + HydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "nonExisting", 1, 2), + HeightStructure = new HeightStructure("test", "1", new Point2D(1.1, 2.2), + 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, + 0.8, 0.9, 0.11, 0.12, 0.13, 0.14, 0.15) } });