Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs =================================================================== diff -u -r450de34f5b9bea646121b6e101c849f9f78dfc51 -r696df91ebc373335894ac95c90ad88d32683870e --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 450de34f5b9bea646121b6e101c849f9f78dfc51) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 696df91ebc373335894ac95c90ad88d32683870e) @@ -49,6 +49,11 @@ ReferenceLine referenceLine = GetReferenceLine(); Point2D[] referenceLineGeometryPoints = referenceLine.Points.ToArray(); + PipingSoilProfile pipingSoilProfile = new TestPipingSoilProfile(); + PipingSoilLayer pipingSoilLayer = pipingSoilProfile.Layers.First(); + pipingSoilLayer.AbovePhreaticLevel = 1.1; + pipingSoilLayer.BelowPhreaticLevel = 2.2; + pipingSoilLayer.DryUnitWeight = 3.3; var assessmentSection = new AssessmentSection(AssessmentSectionComposition.Dike) { Name = "assessmentSection", @@ -70,7 +75,7 @@ { new StochasticSoilProfile(0.2, SoilProfileType.SoilProfile1D, -1) { - SoilProfile = new TestPipingSoilProfile() + SoilProfile = pipingSoilProfile }, new StochasticSoilProfile(0.8, SoilProfileType.SoilProfile1D, -1) {