Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r3fe99efe7580ec1d9eb850908c001c990dc43fe5 -r57bc6a475f6cdd57b1a0ebf70cdf533014afd1ff --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 3fe99efe7580ec1d9eb850908c001c990dc43fe5) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 57bc6a475f6cdd57b1a0ebf70cdf533014afd1ff) @@ -1298,13 +1298,12 @@ surfaceLines, new[] { - new PipingStochasticSoilModel("name") + new PipingStochasticSoilModel("name", new[] { - Geometry = - { - new Point2D(0.0, 0.0), - new Point2D(5.0, 0.0) - }, + new Point2D(0.0, 0.0), + new Point2D(5.0, 0.0) + }) + { StochasticSoilProfiles = { new PipingStochasticSoilProfile(0.5, PipingSoilProfileTestFactory.CreatePipingSoilProfile("A")), @@ -1415,14 +1414,11 @@ surfaceLines, new[] { - new PipingStochasticSoilModel("name") + PipingStochasticSoilModelTestFactory.CreatePipingStochasticSoilModel("name", new[] { - Geometry = - { - new Point2D(0.0, 0.0), - new Point2D(5.0, 0.0) - } - } + new Point2D(0.0, 0.0), + new Point2D(5.0, 0.0) + }) }, pipingFailureMechanism, assessmentSection);