Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -rb0e228408016f88b94ac63d6896e5bc7668a75c1 -rc0532d07766ecad2566f7cfa4a97a9aeb6e8540c --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision b0e228408016f88b94ac63d6896e5bc7668a75c1) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision c0532d07766ecad2566f7cfa4a97a9aeb6e8540c) @@ -340,13 +340,13 @@ { yield return new HydraulicBoundaryLocation(13001, "test", 152.3, 2938.5) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { Output = new HydraulicBoundaryLocationOutput(12.4, double.NaN, double.NaN, double.NaN, double.NaN, CalculationConvergence.CalculatedConverged, null) }, - WaveHeightCalculation = + WaveHeightCalculation1 = { Output = new HydraulicBoundaryLocationOutput(2.4, 0, 0, 0, 0, CalculationConvergence.CalculatedNotConverged, null) } @@ -360,15 +360,15 @@ GetConfiguredGeneralResultTopLevelSubMechanismIllustrationPoint()); yield return new HydraulicBoundaryLocation(13002, "test2", 135.2, 5293.8) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { InputParameters = { ShouldIllustrationPointsBeCalculated = true }, Output = designWaterLevelOutput }, - WaveHeightCalculation = + WaveHeightCalculation1 = { InputParameters = {