Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r69d647795daacbf48e17d0cf3a02a21865ab4ae6 -r31f59cfc48a6839453e372572d03ecc6ae6f0d00 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 69d647795daacbf48e17d0cf3a02a21865ab4ae6) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 31f59cfc48a6839453e372572d03ecc6ae6f0d00) @@ -1185,7 +1185,11 @@ soilLayer2D }, new[] { - new MacroStabilityInwardsPreconsolidationStress(0.1, 0.2, 0.3, 0.4) + new MacroStabilityInwardsPreconsolidationStress(new Point2D(1, 2), new VariationCoefficientLogNormalDistribution + { + Mean = (RoundedDouble) 3, + CoefficientOfVariation = (RoundedDouble) 4 + }) }); macroStabilityInwardsFailureMechanism.StochasticSoilModels.AddRange(new[]