Index: Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Readers/ReadWaveConditionsCalculationTest.cs =================================================================== diff -u -r1144837cd4defc65250e08e83d9ab8583324e21b -r29289635457e7d05e24c8fb923e0c6f56f152add --- Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Readers/ReadWaveConditionsCalculationTest.cs (.../ReadWaveConditionsCalculationTest.cs) (revision 1144837cd4defc65250e08e83d9ab8583324e21b) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Readers/ReadWaveConditionsCalculationTest.cs (.../ReadWaveConditionsCalculationTest.cs) (revision 29289635457e7d05e24c8fb923e0c6f56f152add) @@ -21,7 +21,9 @@ using System; using NUnit.Framework; +using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.IO.Readers; +using Ringtoets.Revetment.Data; using Ringtoets.Revetment.IO.Readers; namespace Ringtoets.Revetment.IO.Test.Readers @@ -73,11 +75,11 @@ const double lowerBoundaryRevetment = 2.2; const double upperBoundaryWaterLevels = 3.3; const double lowerBoundaryWaterLevels = 4.4; - const double stepSize = 5.5; + const WaveConditionsInputStepSize stepSize = WaveConditionsInputStepSize.Half; const string foreshoreProfileName = "Name of the foreshore profile"; const double orientation = 6.6; const bool useBreakWater = true; - const string breakWaterType = "caisson"; + const BreakWaterType breakWaterType = BreakWaterType.Caisson; const double breakWaterHeight = 7.7; const bool useForeshore = false;