Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructuresCalculation.cs =================================================================== diff -u -rc3c2bba57ff003c569aefa73e42ac6122fcf5bfa -r589d56ba6dc9217ff4b68ea15df5a513576a25d1 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructuresCalculation.cs (.../TestHeightStructuresCalculation.cs) (revision c3c2bba57ff003c569aefa73e42ac6122fcf5bfa) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructuresCalculation.cs (.../TestHeightStructuresCalculation.cs) (revision 589d56ba6dc9217ff4b68ea15df5a513576a25d1) @@ -28,11 +28,13 @@ public TestHeightStructuresCalculation() { InputParameters.LevelCrestStructure.Mean = (RoundedDouble) 5.74; + InputParameters.StorageStructureArea.Mean = (RoundedDouble) 1.0; InputParameters.StructureNormalOrientation = (RoundedDouble) 115; InputParameters.AllowedLevelIncreaseStorage.Mean = (RoundedDouble) 1.0; InputParameters.FlowWidthAtBottomProtection.Mean = (RoundedDouble) 18; InputParameters.CriticalOvertoppingDischarge.Mean = (RoundedDouble) 1; InputParameters.WidthFlowApertures.Mean = (RoundedDouble) 18; + InputParameters.FailureProbabilityStructureWithErosion = 1.0; InputParameters.DeviationWaveDirection = (RoundedDouble) 0; } }