Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructuresCalculation.cs =================================================================== diff -u -r7a1b6072eb543968bd2d9b1a21c53572cd98b89a -rb3c014c2be30221e652058627ac9f86443f688b9 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructuresCalculation.cs (.../TestClosingStructuresCalculation.cs) (revision 7a1b6072eb543968bd2d9b1a21c53572cd98b89a) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructuresCalculation.cs (.../TestClosingStructuresCalculation.cs) (revision b3c014c2be30221e652058627ac9f86443f688b9) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Core.Common.Base.Data; using Ringtoets.HydraRing.Data; namespace Ringtoets.ClosingStructures.Data.TestUtil @@ -29,6 +30,14 @@ { InputParameters.Structure = new TestClosingStructure(); InputParameters.HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "location", 1, 1); + InputParameters.FactorStormDurationOpenStructure = (RoundedDouble) 1; +// InputParameters.FailureProbabilityStructureWithErosion = 1; + InputParameters.DeviationWaveDirection = (RoundedDouble) 0; +// InputParameters.StorageStructureArea.Mean = (RoundedDouble) 1.0; +// InputParameters.StructureNormalOrientation = (RoundedDouble) 115; +// InputParameters.WidthFlowApertures.Mean = (RoundedDouble) 18; +// InputParameters.FlowWidthAtBottomProtection.Mean = (RoundedDouble) 18; +// InputParameters.AllowedLevelIncreaseStorage.Mean = (RoundedDouble) 1.0; } } -} +} \ No newline at end of file