Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.IO.Test/Exporters/MacroStabilityInwardsCalculationExporterTest.cs =================================================================== diff -u -r378fd9e9404eb90ec6baaa3e27a7e2e3921a216e -r8e43aa4021689e559f7b3e8a9274f103c89844dc --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.IO.Test/Exporters/MacroStabilityInwardsCalculationExporterTest.cs (.../MacroStabilityInwardsCalculationExporterTest.cs) (revision 378fd9e9404eb90ec6baaa3e27a7e2e3921a216e) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.IO.Test/Exporters/MacroStabilityInwardsCalculationExporterTest.cs (.../MacroStabilityInwardsCalculationExporterTest.cs) (revision 8e43aa4021689e559f7b3e8a9274f103c89844dc) @@ -394,13 +394,13 @@ { MacroStabilityInwardsPreconsolidationStressTestFactory.CreateMacroStabilityInwardsPreconsolidationStress(new Point2D(2, 1)) }); - + IMacroStabilityInwardsSoilLayer firstLayer = stochasticSoilProfile.SoilProfile.Layers.First(); firstLayer.Data.UsePop = true; firstLayer.Data.Pop = new VariationCoefficientLogNormalDistribution { - Mean = random.NextRoundedDouble(), - CoefficientOfVariation = random.NextRoundedDouble() + Mean = (RoundedDouble) 1, + CoefficientOfVariation = (RoundedDouble) 2 }; calculation.InputParameters.StochasticSoilProfile = stochasticSoilProfile; calculation.Output = MacroStabilityInwardsOutputTestFactory.CreateRandomOutput();