Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationTest.cs =================================================================== diff -u -r16c94d05c67237dec9fcab0f3f03c6b48d3c335b -reeac9fe0e250075e6e95683e4781b7b96ddc178c --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationTest.cs (.../ClosingStructuresCalculationConfigurationTest.cs) (revision 16c94d05c67237dec9fcab0f3f03c6b48d3c335b) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationTest.cs (.../ClosingStructuresCalculationConfigurationTest.cs) (revision eeac9fe0e250075e6e95683e4781b7b96ddc178c) @@ -69,11 +69,11 @@ // Setup var random = new Random(21); var inflowModelType = random.NextEnumValue(); - var insideWaterLevel = new MeanStandardDeviationStochastConfiguration(); - var drainCoefficient = new MeanStandardDeviationStochastConfiguration(); - var thresholdHeightOpenWeir = new MeanStandardDeviationStochastConfiguration(); - var areaFlowApertures = new MeanStandardDeviationStochastConfiguration(); - var levelCrestStructureNotClosing = new MeanStandardDeviationStochastConfiguration(); + var insideWaterLevel = new StochastConfiguration(); + var drainCoefficient = new StochastConfiguration(); + var thresholdHeightOpenWeir = new StochastConfiguration(); + var areaFlowApertures = new StochastConfiguration(); + var levelCrestStructureNotClosing = new StochastConfiguration(); var identicalApertures = random.Next(1, 5); var factorStormDurationOpenStructure = random.NextDouble(); var failureProbabilityOpenStructure = random.NextDouble();