Index: Riskeer/Revetment/test/Riskeer.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs =================================================================== diff -u -rd1b677c4bef119458dc4ec64058c68dd508578e3 -r95650d6a16e6c3f657ba12aeafd19ed2e63bc90a --- Riskeer/Revetment/test/Riskeer.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs (.../WaveConditionsCalculationServiceBaseTest.cs) (revision d1b677c4bef119458dc4ec64058c68dd508578e3) +++ Riskeer/Revetment/test/Riskeer.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs (.../WaveConditionsCalculationServiceBaseTest.cs) (revision 95650d6a16e6c3f657ba12aeafd19ed2e63bc90a) @@ -254,7 +254,7 @@ Orientation = (RoundedDouble) 0, LowerBoundaryRevetment = (RoundedDouble) lowerBoundaryRevetments, UpperBoundaryRevetment = (RoundedDouble) upperBoundaryRevetments, - StepSize = WaveConditionsInputStepSize.One, + StepSize = (RoundedDouble) 1, LowerBoundaryWaterLevels = (RoundedDouble) 1.0, UpperBoundaryWaterLevels = (RoundedDouble) 10.0 }; @@ -459,7 +459,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UpperBoundaryRevetment = (RoundedDouble) 4, LowerBoundaryRevetment = (RoundedDouble) 3, - StepSize = WaveConditionsInputStepSize.Two, + StepSize = (RoundedDouble) 2, UseBreakWater = false, UseForeshore = useForeshore, Orientation = (RoundedDouble) 0 @@ -519,7 +519,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UpperBoundaryRevetment = (RoundedDouble) 4, LowerBoundaryRevetment = (RoundedDouble) 3, - StepSize = WaveConditionsInputStepSize.Two, + StepSize = (RoundedDouble) 2, UseBreakWater = true, UseForeshore = true, Orientation = (RoundedDouble) 0, @@ -584,7 +584,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UpperBoundaryRevetment = (RoundedDouble) 4, LowerBoundaryRevetment = (RoundedDouble) 3, - StepSize = WaveConditionsInputStepSize.Two, + StepSize = (RoundedDouble) 2, Orientation = (RoundedDouble) 0 }; @@ -858,7 +858,7 @@ UseForeshore = true, LowerBoundaryRevetment = (RoundedDouble) 1.0, UpperBoundaryRevetment = (RoundedDouble) 10.0, - StepSize = WaveConditionsInputStepSize.One, + StepSize = (RoundedDouble) 1, LowerBoundaryWaterLevels = (RoundedDouble) 1.0, UpperBoundaryWaterLevels = (RoundedDouble) 10.0, Orientation = (RoundedDouble) 0