Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r5cc8a49cc445a67f425ced8216c772b9170ea517 -r897606646e4335ec83cefe0a1456a24b5645aefb --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 5cc8a49cc445a67f425ced8216c772b9170ea517) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 897606646e4335ec83cefe0a1456a24b5645aefb) @@ -766,14 +766,7 @@ UpperBoundaryWaterLevels = (RoundedDouble) 15.3, LowerBoundaryWaterLevels = (RoundedDouble) (-2.4), StepSize = WaveConditionsInputStepSize.Two - }, - Output = new StabilityStoneCoverWaveConditionsOutput(new[] - { - new WaveConditionsOutput(1, 2, 3, 4) - }, new[] - { - new WaveConditionsOutput(2, 3, 4, 5) - }) + } } } }); @@ -806,10 +799,12 @@ }, Output = new StabilityStoneCoverWaveConditionsOutput(new[] { - new WaveConditionsOutput(5, 6, 7, 8) + new WaveConditionsOutput(5, 6, 7, 8), + new WaveConditionsOutput(4, 4, 2, 2) }, new[] { - new WaveConditionsOutput(7, 4, 1, 2) + new WaveConditionsOutput(7, 4, 1, 2), + new WaveConditionsOutput(8, 3, 2, 1), }) }); } @@ -889,7 +884,12 @@ UpperBoundaryWaterLevels = (RoundedDouble)13.3, LowerBoundaryWaterLevels = (RoundedDouble)(-1.9), StepSize = WaveConditionsInputStepSize.One - } + }, + Output = new WaveImpactAsphaltCoverWaveConditionsOutput(new[] + { + new WaveConditionsOutput(5, 6, 7, 8), + new WaveConditionsOutput(4, 4, 2, 2) + }) }); }