Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r897606646e4335ec83cefe0a1456a24b5645aefb -rcc8cd8bb3747e3578ffadc0851675302aeaca01a --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 897606646e4335ec83cefe0a1456a24b5645aefb) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision cc8cd8bb3747e3578ffadc0851675302aeaca01a) @@ -716,7 +716,12 @@ UpperBoundaryWaterLevels = (RoundedDouble) 13.3, LowerBoundaryWaterLevels = (RoundedDouble) (-1.9), StepSize = WaveConditionsInputStepSize.One - } + }, + Output = new GrassCoverErosionOutwardsWaveConditionsOutput(new[] + { + new WaveConditionsOutput(1, 2, 3, 4), + new WaveConditionsOutput(2, 3, 4, 5) + }) }); } @@ -873,16 +878,16 @@ HydraulicBoundaryLocation = assessmentSection.HydraulicBoundaryDatabase.Locations[0], BreakWater = { - Height = (RoundedDouble)(foreshoreProfile.BreakWater.Height + 0.1), + Height = (RoundedDouble) (foreshoreProfile.BreakWater.Height + 0.1), Type = BreakWaterType.Dam }, Orientation = foreshoreProfile.Orientation, UseForeshore = false, UseBreakWater = false, - UpperBoundaryRevetment = (RoundedDouble)12.3, - LowerBoundaryRevetment = (RoundedDouble)(-3.5), - UpperBoundaryWaterLevels = (RoundedDouble)13.3, - LowerBoundaryWaterLevels = (RoundedDouble)(-1.9), + UpperBoundaryRevetment = (RoundedDouble) 12.3, + LowerBoundaryRevetment = (RoundedDouble) (-3.5), + UpperBoundaryWaterLevels = (RoundedDouble) 13.3, + LowerBoundaryWaterLevels = (RoundedDouble) (-1.9), StepSize = WaveConditionsInputStepSize.One }, Output = new WaveImpactAsphaltCoverWaveConditionsOutput(new[]