Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsSoilProfileUnderSurfaceLineFactoryTest.cs =================================================================== diff -u -r9b0389445c63035ae70e99e30cc2d95facd09616 -r6f1f1f2dc45d71b0b40c6a84ed233d50f04c4b62 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsSoilProfileUnderSurfaceLineFactoryTest.cs (.../MacroStabilityInwardsSoilProfileUnderSurfaceLineFactoryTest.cs) (revision 9b0389445c63035ae70e99e30cc2d95facd09616) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/SoilProfile/MacroStabilityInwardsSoilProfileUnderSurfaceLineFactoryTest.cs (.../MacroStabilityInwardsSoilProfileUnderSurfaceLineFactoryTest.cs) (revision 6f1f1f2dc45d71b0b40c6a84ed233d50f04c4b62) @@ -423,13 +423,10 @@ CreateRing(2) }; - // TODO: WTI 1341 - Placeholder for Preconsolidation stress - IEnumerable preconsolidationStresses = new MacroStabilityInwardsPreconsolidationStress[0]; - IEnumerable layers = new[] { - new MacroStabilityInwardsSoilLayer2D(outerRingA, holesA, preconsolidationStresses), - new MacroStabilityInwardsSoilLayer2D(outerRingB, holesB, preconsolidationStresses) + new MacroStabilityInwardsSoilLayer2D(outerRingA, holesA), + new MacroStabilityInwardsSoilLayer2D(outerRingB, holesB) }; var profile = new MacroStabilityInwardsSoilProfile2D("name", layers); @@ -584,7 +581,7 @@ private static MacroStabilityInwardsSoilLayer2D GetSoilLayer() { - return new MacroStabilityInwardsSoilLayer2D(CreateRing(21), Enumerable.Empty(), Enumerable.Empty()); + return new MacroStabilityInwardsSoilLayer2D(CreateRing(21), Enumerable.Empty()); } private static Ring CreateRing(int seed)