Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -red6dd58e4765e4fa48e3843893d1ec41a2b99ec8 -r893c37884e74d551780cfd9cb4b9899779832650 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision ed6dd58e4765e4fa48e3843893d1ec41a2b99ec8) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 893c37884e74d551780cfd9cb4b9899779832650) @@ -329,20 +329,20 @@ { Output = new HydraulicBoundaryLocationOutput(12.4, double.NaN, double.NaN, double.NaN, - double.NaN, CalculationConvergence.NotCalculated) + double.NaN, CalculationConvergence.CalculatedConverged) }, WaveHeightCalculation = { - Output = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.NotCalculated) + Output = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.CalculatedNotConverged) } }; var designWaterLevelOutput = new HydraulicBoundaryLocationOutput(12.4, double.NaN, double.NaN, double.NaN, - double.NaN, CalculationConvergence.NotCalculated); - designWaterLevelOutput.SetIllustrationPoints(GetConfiguredGeneralResultSubMechanismIllustrationPoint()); - var waveHeightOutput = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.NotCalculated); - waveHeightOutput.SetIllustrationPoints(GetConfiguredGeneralResultSubMechanismIllustrationPoint()); + double.NaN, CalculationConvergence.CalculatedConverged); + designWaterLevelOutput.SetIllustrationPoints(GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); + var waveHeightOutput = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.CalculatedNotConverged); + waveHeightOutput.SetIllustrationPoints(GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); var hydraulicBoundaryLocationWithIllustrationPoints = new HydraulicBoundaryLocation(13002, "test2", 135.2, 5293.8) { DesignWaterLevelCalculation = @@ -377,7 +377,7 @@ return hydraulicBoundaryDatabase; } - private static GeneralResult GetConfiguredGeneralResultSubMechanismIllustrationPoint() + private static GeneralResult GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint() { var illustrationPointResult = new IllustrationPointResult("Description of result", 5); var subMechanismIllustrationPointStochast = new SubMechanismIllustrationPointStochast("Name of a submechanism stochast", 10, 9, 8);