Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs =================================================================== diff -u -r1a1d49f43fdeae932e025d9906dcf00a9539bb0d -r0b5e18b2ddd0f4af4e6483464a48c92d70531aa9 --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 1a1d49f43fdeae932e025d9906dcf00a9539bb0d) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 0b5e18b2ddd0f4af4e6483464a48c92d70531aa9) @@ -605,6 +605,7 @@ Assert.AreEqual(0.2, stochasticSoilProfile2D.Probability); var soilProfile2D = stochasticSoilProfile2D.SoilProfile as MacroStabilityInwardsSoilProfile2D; Assert.IsNotNull(soilProfile2D); + CollectionAssert.IsEmpty(soilProfile2D.PreconsolidationStresses); AssertMacroStabilityInwardsSoilProfile2D(soilProfile2D); MacroStabilityInwardsStochasticSoilProfile stochasticSoilProfile1D = soilModel.StochasticSoilProfiles[1];