Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r899d227631395ebeb5154719f7b92a42ddbc6f96 -r54803fcc28ee6d1283ef1ab2eaf50e49e0eb54c6 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 899d227631395ebeb5154719f7b92a42ddbc6f96) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 54803fcc28ee6d1283ef1ab2eaf50e49e0eb54c6) @@ -432,12 +432,15 @@ private static StructuresOutput GetStructuresOutputWithIllustrationPoints() { var random = new Random(56); - var output = new StructuresOutput(new ProbabilityAssessmentOutput(random.NextDouble(), - random.NextDouble(), - random.NextDouble(), - random.NextDouble(), - random.NextDouble()), - GetConfiguredGeneralResultFaultTreeIllustrationPoint()); + var output = new StructuresOutput( + random.NextDouble(), + new ProbabilityAssessmentOutput( + random.NextDouble(), + random.NextDouble(), + random.NextDouble(), + random.NextDouble(), + random.NextDouble()), + GetConfiguredGeneralResultFaultTreeIllustrationPoint()); return output; } @@ -537,7 +540,7 @@ Structure = stabilityPointStructure, ShouldIllustrationPointsBeCalculated = false }, - Output = new StructuresOutput(new ProbabilityAssessmentOutput(0.8, 0.95, 0.10, 0.11, 0.12), null) + Output = new StructuresOutput(0.11, new ProbabilityAssessmentOutput(0.8, 0.95, 0.10, 0.11, 0.12), null) }, new StructuresCalculation { @@ -658,7 +661,7 @@ UseForeshore = true, ShouldIllustrationPointsBeCalculated = false }, - Output = new StructuresOutput(new ProbabilityAssessmentOutput(0.8, 0.95, 0.10, 0.11, 0.12), null) + Output = new StructuresOutput(0.11, new ProbabilityAssessmentOutput(0.8, 0.95, 0.10, 0.11, 0.12), null) }, new StructuresCalculation { @@ -826,7 +829,7 @@ Structure = heightStructure, ShouldIllustrationPointsBeCalculated = false }, - Output = new StructuresOutput(new ProbabilityAssessmentOutput(0.8, 0.95, 0.10, 0.11, 0.12), null) + Output = new StructuresOutput(0.11, new ProbabilityAssessmentOutput(0.8, 0.95, 0.10, 0.11, 0.12), null) }, new StructuresCalculation {