Index: dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs =================================================================== diff -u -r773 -r789 --- dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs (.../FillDamFromXmlInputTests.cs) (revision 773) +++ dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs (.../FillDamFromXmlInputTests.cs) (revision 789) @@ -274,6 +274,27 @@ TrafficLoad = 11.11, MinimalCircleDepth = 1.21 }; + location.RedesignDikeHeight = false; + location.RedesignDikeShoulder = false; + location.ShoulderEmbankmentMaterial = "ShoulderMat" + (i + 1).ToString(); ; + location.StabilityShoulderGrowSlope = 10.0 * i + 0.10; + location.StabilityShoulderGrowDeltaX = 10.0 * i + 0.11; + location.StabilitySlopeAdaptionDeltaX = 10.0 * i + 0.12; + location.SlopeAdaptionStartCotangent = 10.0 * i + 0.13; + location.SlopeAdaptionEndCotangent = 10.0 * i + 0.14; + location.SlopeAdaptionStepCotangent = 10.0 * i + 0.15; + location.NewDikeTopWidth = 10.0 * i + 0.16; + location.NewDikeSlopeInside = 10.0 * i + 0.17; + location.NewDikeSlopeOutside = 10.0 * i + 0.18; + location.NewShoulderTopSlope = 10.0 * i + 0.19; + location.NewShoulderBaseSlope = 10.0 * i + 0.20; + location.NewMaxHeightShoulderAsFraction = 10.0 * i + 0.21; + location.NewMinDistanceDikeToeStartDitch = 10.0 * i + 0.22; + location.UseNewDitchDefinition = true; + location.NewWidthDitchBottom = 10.0 * i + 0.23; + location.NewSlopeAngleDitch = 10.0 * i + 0.24; + location.NewDepthDitch = 10.0 * i + 0.25; + location.StabilityDesignMethod = StabilityDesignMethod.SlopeAdaptionBeforeShoulderAdaption; location.SoilList = dike.SoilList; dike.Locations.Add(location); }