Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs =================================================================== diff -u -r6f1f1f2dc45d71b0b40c6a84ed233d50f04c4b62 -r0b5e18b2ddd0f4af4e6483464a48c92d70531aa9 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs (.../MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs) (revision 6f1f1f2dc45d71b0b40c6a84ed233d50f04c4b62) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs (.../MacroStabilityInwardsStochasticSoilProfilePropertiesTest.cs) (revision 0b5e18b2ddd0f4af4e6483464a48c92d70531aa9) @@ -23,6 +23,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.Globalization; +using System.Linq; using Core.Common.Base.Geometry; using Core.Common.Gui.Converters; using Core.Common.Gui.PropertyBag; @@ -142,7 +143,7 @@ CreateMacroStabilityInwardsSoilLayer2D() }; - var soilProfile = new MacroStabilityInwardsSoilProfile2D("name", layers); + var soilProfile = new MacroStabilityInwardsSoilProfile2D("name", layers, Enumerable.Empty()); var stochasticSoilProfile = new MacroStabilityInwardsStochasticSoilProfile(0.2, soilProfile); var properties = new MacroStabilityInwardsStochasticSoilProfileProperties(stochasticSoilProfile); @@ -236,7 +237,7 @@ var stochasticSoilProfile = new MacroStabilityInwardsStochasticSoilProfile(0.142, new MacroStabilityInwardsSoilProfile2D("", new[] { CreateMacroStabilityInwardsSoilLayer2D() - })); + }, Enumerable.Empty())); // Call var properties = new MacroStabilityInwardsStochasticSoilProfileProperties(stochasticSoilProfile); @@ -337,7 +338,7 @@ layerTwo }; - var soilProfile = new MacroStabilityInwardsSoilProfile2D("", layers); + var soilProfile = new MacroStabilityInwardsSoilProfile2D("", layers, Enumerable.Empty()); var stochasticSoilProfile = new MacroStabilityInwardsStochasticSoilProfile(probability, soilProfile); // Call