Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r82c8dcdc0f254596b25e1e201a07c29500e9cab9 -r2e94a93cca7fbb97675bff67cca2329e8b0b7505 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 82c8dcdc0f254596b25e1e201a07c29500e9cab9) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 2e94a93cca7fbb97675bff67cca2329e8b0b7505) @@ -859,7 +859,7 @@ Point2D[] referenceLineGeometryPoints = assessmentSection.ReferenceLine.Points.ToArray(); - PipingSoilProfile pipingSoilProfile = new TestPipingSoilProfile(); + PipingSoilProfile pipingSoilProfile = PipingSoilProfileTestFactory.CreatePipingSoilProfile(); PipingSoilLayer pipingSoilLayer = pipingSoilProfile.Layers.First(); pipingSoilLayer.BelowPhreaticLevelMean = 2.2; pipingSoilLayer.BelowPhreaticLevelDeviation = 1.2; @@ -884,7 +884,7 @@ StochasticSoilProfiles = { new PipingStochasticSoilProfile(0.2, pipingSoilProfile), - new PipingStochasticSoilProfile(0.8, new TestPipingSoilProfile()) + new PipingStochasticSoilProfile(0.8, PipingSoilProfileTestFactory.CreatePipingSoilProfile()) } } }, "some/path/to/stochasticSoilModelFile");