Index: Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/Configurations/WaveConditionsCalculationConfigurationImporterTest.cs =================================================================== diff -u -rd1b677c4bef119458dc4ec64058c68dd508578e3 -raf52022e808e96168cff588b06dfdb763d3cc486 --- Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/Configurations/WaveConditionsCalculationConfigurationImporterTest.cs (.../WaveConditionsCalculationConfigurationImporterTest.cs) (revision d1b677c4bef119458dc4ec64058c68dd508578e3) +++ Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/Configurations/WaveConditionsCalculationConfigurationImporterTest.cs (.../WaveConditionsCalculationConfigurationImporterTest.cs) (revision af52022e808e96168cff588b06dfdb763d3cc486) @@ -357,7 +357,7 @@ LowerBoundaryRevetment = (RoundedDouble) 2, UpperBoundaryWaterLevels = (RoundedDouble) 9, LowerBoundaryWaterLevels = (RoundedDouble) 4, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, ForeshoreProfile = foreshoreProfile, Orientation = (RoundedDouble) 5.5, UseForeshore = false, @@ -482,7 +482,7 @@ LowerBoundaryRevetment = (RoundedDouble) 2, UpperBoundaryWaterLevels = (RoundedDouble) 9, LowerBoundaryWaterLevels = (RoundedDouble) 4, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, ForeshoreProfile = foreshoreProfile, Orientation = (RoundedDouble) 5.5, UseForeshore = false, Index: Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/WaveConditions/WaveConditionsExporterBaseTest.cs =================================================================== diff -u -rd1b677c4bef119458dc4ec64058c68dd508578e3 -raf52022e808e96168cff588b06dfdb763d3cc486 --- Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/WaveConditions/WaveConditionsExporterBaseTest.cs (.../WaveConditionsExporterBaseTest.cs) (revision d1b677c4bef119458dc4ec64058c68dd508578e3) +++ Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/WaveConditions/WaveConditionsExporterBaseTest.cs (.../WaveConditionsExporterBaseTest.cs) (revision af52022e808e96168cff588b06dfdb763d3cc486) @@ -123,7 +123,7 @@ HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, string.Empty, 0, 0), LowerBoundaryRevetment = (RoundedDouble) 5.68, UpperBoundaryRevetment = (RoundedDouble) 7.214, - StepSize = WaveConditionsInputStepSize.One, + StepSize = (RoundedDouble) 1, LowerBoundaryWaterLevels = (RoundedDouble) 2.689, UpperBoundaryWaterLevels = (RoundedDouble) 77.8249863247 }, CreateWaveConditionsOutputForExport(1.11111, 2.22222, 3.33333, 4.4, 5.5555555), CoverType.StoneCoverBlocks, "1/100"), @@ -132,7 +132,7 @@ HydraulicBoundaryLocation = new HydraulicBoundaryLocation(8, "aLocation", 44, 123.456), LowerBoundaryRevetment = (RoundedDouble) 1.384, UpperBoundaryRevetment = (RoundedDouble) 11.54898963, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryWaterLevels = (RoundedDouble) 1.98699, UpperBoundaryWaterLevels = (RoundedDouble) 84.26548 }, CreateWaveConditionsOutputForExport(3.33333, 1.11111, 4.44444, 2.2, 6.66666), CoverType.StoneCoverColumns, "1/100") Index: Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/WaveConditions/WaveConditionsWriterTest.cs =================================================================== diff -u -rd1b677c4bef119458dc4ec64058c68dd508578e3 -raf52022e808e96168cff588b06dfdb763d3cc486 --- Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/WaveConditions/WaveConditionsWriterTest.cs (.../WaveConditionsWriterTest.cs) (revision d1b677c4bef119458dc4ec64058c68dd508578e3) +++ Riskeer/Revetment/test/Riskeer.Revetment.IO.Test/WaveConditions/WaveConditionsWriterTest.cs (.../WaveConditionsWriterTest.cs) (revision af52022e808e96168cff588b06dfdb763d3cc486) @@ -147,7 +147,7 @@ HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, string.Empty, 0, 0), LowerBoundaryRevetment = (RoundedDouble) 5.68, UpperBoundaryRevetment = (RoundedDouble) 7.214, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryWaterLevels = (RoundedDouble) 2.689, UpperBoundaryWaterLevels = (RoundedDouble) 77.8249863247, UseBreakWater = true @@ -157,7 +157,7 @@ HydraulicBoundaryLocation = new HydraulicBoundaryLocation(8, "aLocation", 44, 123.456), LowerBoundaryRevetment = (RoundedDouble) 1.384, UpperBoundaryRevetment = (RoundedDouble) 11.54898963, - StepSize = WaveConditionsInputStepSize.One, + StepSize = (RoundedDouble) 1, LowerBoundaryWaterLevels = (RoundedDouble) 1.98699, UpperBoundaryWaterLevels = (RoundedDouble) 84.26548 }, CreateWaveConditionsOutputForExport(3.33333, 1.11111, 4.44444, 2.2, 6.66666), CoverType.StoneCoverColumns, "1/100")