Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Creators/SoilProfileCreatorTest.cs =================================================================== diff -u -rfed3ead7401b6f3317ec3a5be54ec7bda38552cc -r34ad98587d7f114c9f7c2233199b34fc1ef6dc76 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Creators/SoilProfileCreatorTest.cs (.../SoilProfileCreatorTest.cs) (revision fed3ead7401b6f3317ec3a5be54ec7bda38552cc) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Creators/SoilProfileCreatorTest.cs (.../SoilProfileCreatorTest.cs) (revision 34ad98587d7f114c9f7c2233199b34fc1ef6dc76) @@ -141,6 +141,7 @@ SoilLayer2D surface = profile.Surfaces.First(); Assert.AreSame(soil, surface.Soil); Assert.AreEqual(layer.Properties.IsAquifer, surface.IsAquifer); + Assert.AreEqual(WaterpressureInterpolationModel.Automatic, surface.WaterpressureInterpolationModel); var point1 = new WTIStabilityPoint2D(0, 0); var point2 = new WTIStabilityPoint2D(10, 10);