Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoDikeAssessmentSectionCommandTest.cs =================================================================== diff -u -rc0a3ced404197fd781c6fcbcfc21c6676592be57 -rb79e419a1fcdf3d80760ea4bc35ac354525911d2 --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoDikeAssessmentSectionCommandTest.cs (.../AddNewDemoDikeAssessmentSectionCommandTest.cs) (revision c0a3ced404197fd781c6fcbcfc21c6676592be57) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Commands/AddNewDemoDikeAssessmentSectionCommandTest.cs (.../AddNewDemoDikeAssessmentSectionCommandTest.cs) (revision b79e419a1fcdf3d80760ea4bc35ac354525911d2) @@ -73,7 +73,7 @@ Assert.AreEqual(18, hydraulicBoundaryLocations.Length); AssertValuesOnHydraulicBoundaryLocations(hydraulicBoundaryLocations); - Assert.AreEqual(1669, demoAssessmentSection.ReferenceLine.Points.Count()); + Assert.AreEqual(2380, demoAssessmentSection.ReferenceLine.Points.Count()); var profiles = demoAssessmentSection.PipingFailureMechanism.SoilProfiles.ToArray(); Assert.AreEqual(4, profiles.Length); @@ -87,7 +87,7 @@ foreach (var failureMechanism in demoAssessmentSection.GetFailureMechanisms()) { - Assert.AreEqual(130, failureMechanism.Sections.Count()); + Assert.AreEqual(283, failureMechanism.Sections.Count()); } mocks.VerifyAll(); }