Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r546904adcf2ed2bb08da2ad7ba1124ad8b5cfa9c -r2ddc62f47aaabf675479dbffb297ac6f8c4d9897 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 546904adcf2ed2bb08da2ad7ba1124ad8b5cfa9c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 2ddc62f47aaabf675479dbffb297ac6f8c4d9897) @@ -873,9 +873,12 @@ new PipingSoilLayer(1.0) { IsAquifer = true, - BelowPhreaticLevelMean = 2.2, - BelowPhreaticLevelDeviation = 1.2, - BelowPhreaticLevelShift = 3.2, + BelowPhreaticLevel = new LogNormalDistribution + { + Mean = (RoundedDouble) 3.2, + StandardDeviation = (RoundedDouble) 1.2, + Shift = (RoundedDouble) 2.2 + }, DiameterD70Mean = 2.42, DiameterD70CoefficientOfVariation = 21.002, PermeabilityMean = 0.9982,