Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/SoilProfile1DReaderTest.cs =================================================================== diff -u -r86320df646dfe8564940e686a98d6199b9c3b470 -rc875fba42a23b742e55f8798f93fddf2f872e282 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/SoilProfile1DReaderTest.cs (.../SoilProfile1DReaderTest.cs) (revision 86320df646dfe8564940e686a98d6199b9c3b470) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/SoilProfile1DReaderTest.cs (.../SoilProfile1DReaderTest.cs) (revision c875fba42a23b742e55f8798f93fddf2f872e282) @@ -335,6 +335,13 @@ }, profile.Layers.Select(l => l.BelowPhreaticLevelDeviation)); CollectionAssert.AreEqual(new[] { + 0.01, + 0.01, + 0.01, + 0.01 + }, profile.Layers.Select(l => l.BelowPhreaticLevelCoefficientOfVariation)); + CollectionAssert.AreEqual(new[] + { 0, 0, 0, @@ -618,6 +625,7 @@ Assert.IsNull(soilLayer.BelowPhreaticLevelDistribution); Assert.IsNaN(soilLayer.BelowPhreaticLevelMean); Assert.IsNaN(soilLayer.BelowPhreaticLevelDeviation); + Assert.IsNaN(soilLayer.BelowPhreaticLevelCoefficientOfVariation); Assert.IsNaN(soilLayer.BelowPhreaticLevelShift); Assert.IsNull(soilLayer.DiameterD70Distribution);