Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r54803fcc28ee6d1283ef1ab2eaf50e49e0eb54c6 -r3dbf451144dc23d8abe649913baee1a5e544c48c --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 54803fcc28ee6d1283ef1ab2eaf50e49e0eb54c6) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 3dbf451144dc23d8abe649913baee1a5e544c48c) @@ -353,9 +353,19 @@ double.NaN, double.NaN, double.NaN, CalculationConvergence.CalculatedConverged, null) }, + DesignWaterLevelCalculation3 = + { + Output = new HydraulicBoundaryLocationOutput(12.4, double.NaN, + double.NaN, double.NaN, + double.NaN, CalculationConvergence.CalculatedConverged, null) + }, WaveHeightCalculation1 = { Output = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.CalculatedNotConverged, null) + }, + WaveHeightCalculation3 = + { + Output = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.CalculatedNotConverged, null) } }; @@ -375,13 +385,29 @@ }, Output = designWaterLevelOutput }, + DesignWaterLevelCalculation3 = + { + InputParameters = + { + ShouldIllustrationPointsBeCalculated = true + }, + Output = designWaterLevelOutput + }, WaveHeightCalculation1 = { InputParameters = { ShouldIllustrationPointsBeCalculated = true }, Output = waveHeightOutput + }, + WaveHeightCalculation3 = + { + InputParameters = + { + ShouldIllustrationPointsBeCalculated = true + }, + Output = waveHeightOutput } }; }