Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -r8d246ac6328e6e649ff6e78dfe3fac210d789ba0 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 8d246ac6328e6e649ff6e78dfe3fac210d789ba0) @@ -1416,7 +1416,10 @@ ZBottom = (RoundedDouble) 3.4, NumberOfVerticalPoints = 6 }, - CreateZones = false + CreateZones = false, + ZoningBoundariesDeterminationType = MacroStabilityInwardsZoningBoundariesDeterminationType.Manual, + ZoneBoundaryLeft = (RoundedDouble) 10, + ZoneBoundaryRight = (RoundedDouble) 12 }, Output = MacroStabilityInwardsOutputTestFactory.CreateOutput(), SemiProbabilisticOutput = new MacroStabilityInwardsSemiProbabilisticOutput(1, 0.7, 8.8, 0.9, @@ -1497,7 +1500,10 @@ ZBottom = (RoundedDouble) 3.4, NumberOfVerticalPoints = 6 }, - CreateZones = false + CreateZones = false, + ZoningBoundariesDeterminationType = MacroStabilityInwardsZoningBoundariesDeterminationType.Manual, + ZoneBoundaryLeft = (RoundedDouble) 5.4, + ZoneBoundaryRight = (RoundedDouble) 6.5 }, Output = MacroStabilityInwardsOutputTestFactory.CreateOutput(), SemiProbabilisticOutput = MacroStabilityInwardsSemiProbabilisticOutputTestFactory.CreateOutput() @@ -1573,7 +1579,10 @@ ZTop = (RoundedDouble) 30.5, ZBottom = (RoundedDouble) 30.4, NumberOfVerticalPoints = 6 - } + }, + ZoningBoundariesDeterminationType = MacroStabilityInwardsZoningBoundariesDeterminationType.Automatic, + ZoneBoundaryLeft = (RoundedDouble) 1, + ZoneBoundaryRight = (RoundedDouble) 2 }, Output = null, SemiProbabilisticOutput = null