Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs =================================================================== diff -u -re5364ac1dd155a3e329529af8a542625ada547cf -r28326633ec4e625d2b1a2a7fae7cb617f820eb4b --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs (.../MacroStabilityInwardsInputValidatorTest.cs) (revision e5364ac1dd155a3e329529af8a542625ada547cf) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs (.../MacroStabilityInwardsInputValidatorTest.cs) (revision 28326633ec4e625d2b1a2a7fae7cb617f820eb4b) @@ -630,17 +630,12 @@ { new MacroStabilityInwardsSoilLayer2D(new Ring(new[] { - new Point2D(0.2, 0), + new Point2D(0.2, 10), new Point2D(0.0, 10), new Point2D(0.1, 20) - })), - new MacroStabilityInwardsSoilLayer2D(new Ring(new[] - { - new Point2D(0.0, 10.0), - new Point2D(0.1, 20) })) }, new MacroStabilityInwardsPreconsolidationStress[0])) - .SetName("SoilLayer X start- and endpoint on right side of surfaceline"); + .SetName("SoilLayer X start and end point on right side of surfaceline"); yield return new TestCaseData( new MacroStabilityInwardsSoilProfile2D( @@ -652,14 +647,9 @@ new Point2D(0.1, 20), new Point2D(0.2, 10), new Point2D(0.0, 10) - })), - new MacroStabilityInwardsSoilLayer2D(new Ring(new[] - { - new Point2D(0.0, 10.0), - new Point2D(0.1, 20) })) }, new MacroStabilityInwardsPreconsolidationStress[0])) - .SetName("SoilLayer X start- and endpoint on left side of surfaceline"); + .SetName("SoilLayer X start and end point on left side of surfaceline"); } } } \ No newline at end of file