Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/MacroStabilityInwardsCalculationScenarioFactory.cs =================================================================== diff -u -racc348dd668eb46c98bd72a23c0cd3ba8812c8f0 -r739b2fb23fd9a82d0a3f4cf10436ccf47a4f17f5 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/MacroStabilityInwardsCalculationScenarioFactory.cs (.../MacroStabilityInwardsCalculationScenarioFactory.cs) (revision acc348dd668eb46c98bd72a23c0cd3ba8812c8f0) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/MacroStabilityInwardsCalculationScenarioFactory.cs (.../MacroStabilityInwardsCalculationScenarioFactory.cs) (revision 739b2fb23fd9a82d0a3f4cf10436ccf47a4f17f5) @@ -243,7 +243,7 @@ StochasticSoilProfile = stochasticSoilProfile, HydraulicBoundaryLocation = hydraulicBoundaryLocation, DikeSoilScenario = MacroStabilityInwardsDikeSoilScenario.SandDikeOnClay, - WaterLevelRiverAverage = (RoundedDouble) 1.5, + WaterLevelRiverAverage = (RoundedDouble) 0.4, LocationInputExtreme = { WaterLevelPolder = (RoundedDouble) 0.5, @@ -275,7 +275,7 @@ MinimumLevelPhreaticLineAtDikeTopPolder = (RoundedDouble) 1.0, MinimumLevelPhreaticLineAtDikeTopRiver = (RoundedDouble) 1.0, DrainageConstructionPresent = true, - XCoordinateDrainageConstruction = (RoundedDouble) 1.0, + XCoordinateDrainageConstruction = (RoundedDouble) 0.35, ZCoordinateDrainageConstruction = (RoundedDouble) 1.0, GridDeterminationType = MacroStabilityInwardsGridDeterminationType.Manual, TangentLineDeterminationType = MacroStabilityInwardsTangentLineDeterminationType.Specified, @@ -284,17 +284,17 @@ TangentLineNumber = 10, LeftGrid = { - XLeft = (RoundedDouble) 1.0, - XRight = (RoundedDouble) 2.0, + XLeft = (RoundedDouble) 0.3, + XRight = (RoundedDouble) 0.4, ZTop = (RoundedDouble) 2.0, ZBottom = (RoundedDouble) 1.0, NumberOfVerticalPoints = 1, NumberOfHorizontalPoints = 1 }, RightGrid = { - XLeft = (RoundedDouble) 1.0, - XRight = (RoundedDouble) 2.0, + XLeft = (RoundedDouble) 0.4, + XRight = (RoundedDouble) 0.5, ZTop = (RoundedDouble) 2.0, ZBottom = (RoundedDouble) 1.0, NumberOfVerticalPoints = 1,