Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r78cac7af05414d4b6d6da953e0a17498af0c2578 -rb1d966e255d85fe5ea310e93fdd2f8c71ed31513 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 78cac7af05414d4b6d6da953e0a17498af0c2578) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision b1d966e255d85fe5ea310e93fdd2f8c71ed31513) @@ -865,7 +865,8 @@ Point2D[] referenceLineGeometryPoints = assessmentSection.ReferenceLine.Points.ToArray(); - PipingSoilProfile pipingSoilProfile = PipingSoilProfileTestFactory.CreatePipingSoilProfile(); + PipingSoilProfile pipingSoilProfile = PipingSoilProfileTestFactory.CreatePipingSoilProfile("SoilProfile1D", + SoilProfileType.SoilProfile1D); PipingSoilLayer pipingSoilLayer = pipingSoilProfile.Layers.First(); pipingSoilLayer.BelowPhreaticLevelMean = 2.2; pipingSoilLayer.BelowPhreaticLevelDeviation = 1.2; @@ -887,7 +888,8 @@ }, new[] { new PipingStochasticSoilProfile(0.2, pipingSoilProfile), - new PipingStochasticSoilProfile(0.8, PipingSoilProfileTestFactory.CreatePipingSoilProfile()) + new PipingStochasticSoilProfile(0.8, PipingSoilProfileTestFactory.CreatePipingSoilProfile("SoilProfile2D", + SoilProfileType.SoilProfile2D)) }) }, "some/path/to/stochasticSoilModelFile"); pipingFailureMechanism.SurfaceLines.AddRange(new[]