Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs =================================================================== diff -u -r3d995a76fbe93cf9801596e6b959e7f5bcde5805 -rf2be29fe8c407a4f32cb1bfcbaf4816c1f99c83f --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision 3d995a76fbe93cf9801596e6b959e7f5bcde5805) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoAssessmentSectionCommandTest.cs (.../AddNewDemoAssessmentSectionCommandTest.cs) (revision f2be29fe8c407a4f32cb1bfcbaf4816c1f99c83f) @@ -100,6 +100,8 @@ AssertDesignWaterLevelValuesOnHydraulicBoundaryLocations(hydraulicBoundaryLocations); AssertWaveHeightValuesOnHydraulicBoundaryLocations(hydraulicBoundaryLocations); + Assert.AreEqual(demoAssessmentSection.GrassCoverErosionOutwards.GrassCoverErosionOutwardsHydraulicBoundaryLocations.Count, hydraulicBoundaryLocations.Length); + Assert.AreEqual(2380, demoAssessmentSection.ReferenceLine.Points.Count()); var soilModels = demoAssessmentSection.PipingFailureMechanism.StochasticSoilModels.ToArray();