Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/Converters/UpliftVanSoilProfileConverterTest.cs =================================================================== diff -u -r9f936b0b29f490a024df02345df182133b1c041a -r69d647795daacbf48e17d0cf3a02a21865ab4ae6 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/Converters/UpliftVanSoilProfileConverterTest.cs (.../UpliftVanSoilProfileConverterTest.cs) (revision 9f936b0b29f490a024df02345df182133b1c041a) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/Converters/UpliftVanSoilProfileConverterTest.cs (.../UpliftVanSoilProfileConverterTest.cs) (revision 69d647795daacbf48e17d0cf3a02a21865ab4ae6) @@ -61,7 +61,7 @@ { CreateRing(11), CreateRing(22) - }, new MacroStabilityInwardsSoilLayerProperties + }, new MacroStabilityInwardsSoilLayerData { UsePop = random.NextBoolean(), IsAquifer = random.NextBoolean(), @@ -123,7 +123,7 @@ var profile = new MacroStabilityInwardsSoilProfileUnderSurfaceLine(new[] { new MacroStabilityInwardsSoilLayerUnderSurfaceLine(CreateRing(21), new Point2D[0][], - new MacroStabilityInwardsSoilLayerProperties + new MacroStabilityInwardsSoilLayerData { ShearStrengthModel = (MacroStabilityInwardsShearStrengthModel) 99 }) @@ -148,7 +148,7 @@ var profile = new MacroStabilityInwardsSoilProfileUnderSurfaceLine(new[] { new MacroStabilityInwardsSoilLayerUnderSurfaceLine(CreateRing(21), new Point2D[0][], - new MacroStabilityInwardsSoilLayerProperties + new MacroStabilityInwardsSoilLayerData { ShearStrengthModel = originalShearStrengthModel })