Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.IO.Test/Configurations/StabilityStoneCoverWaveConditionsCalculationConfigurationImporterTest.cs =================================================================== diff -u -rf940fb0318486114473985b8a28a9d62546bffb5 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.IO.Test/Configurations/StabilityStoneCoverWaveConditionsCalculationConfigurationImporterTest.cs (.../StabilityStoneCoverWaveConditionsCalculationConfigurationImporterTest.cs) (revision f940fb0318486114473985b8a28a9d62546bffb5) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.IO.Test/Configurations/StabilityStoneCoverWaveConditionsCalculationConfigurationImporterTest.cs (.../StabilityStoneCoverWaveConditionsCalculationConfigurationImporterTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -117,7 +117,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/StabilityStoneCover/test/Riskeer.StabilityStoneCover.IO.Test/Exporters/StabilityStoneCoverWaveConditionsExporterTest.cs =================================================================== diff -u -rf940fb0318486114473985b8a28a9d62546bffb5 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.IO.Test/Exporters/StabilityStoneCoverWaveConditionsExporterTest.cs (.../StabilityStoneCoverWaveConditionsExporterTest.cs) (revision f940fb0318486114473985b8a28a9d62546bffb5) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.IO.Test/Exporters/StabilityStoneCoverWaveConditionsExporterTest.cs (.../StabilityStoneCoverWaveConditionsExporterTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -26,7 +26,6 @@ using NUnit.Framework; using Riskeer.Common.Data.Hydraulics; using Riskeer.Common.Data.TestUtil; -using Riskeer.Revetment.Data; using Riskeer.Revetment.Data.TestUtil; using Riskeer.Revetment.IO.WaveConditions; using Riskeer.StabilityStoneCover.Data; @@ -161,7 +160,7 @@ ForeshoreProfile = new TestForeshoreProfile("foreshoreA"), LowerBoundaryRevetment = (RoundedDouble) 1.384, UpperBoundaryRevetment = (RoundedDouble) 11.54898963, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryWaterLevels = (RoundedDouble) 1.98699, UpperBoundaryWaterLevels = (RoundedDouble) 84.26548, CalculationType = StabilityStoneCoverWaveConditionsCalculationType.Both @@ -213,7 +212,7 @@ ForeshoreProfile = new TestForeshoreProfile("foreshoreA"), LowerBoundaryRevetment = (RoundedDouble) 1.384, UpperBoundaryRevetment = (RoundedDouble) 11.54898963, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryWaterLevels = (RoundedDouble) 1.98699, UpperBoundaryWaterLevels = (RoundedDouble) 84.26548, CalculationType = StabilityStoneCoverWaveConditionsCalculationType.Columns @@ -264,7 +263,7 @@ ForeshoreProfile = new TestForeshoreProfile("foreshoreA"), LowerBoundaryRevetment = (RoundedDouble) 1.384, UpperBoundaryRevetment = (RoundedDouble) 11.54898963, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryWaterLevels = (RoundedDouble) 1.98699, UpperBoundaryWaterLevels = (RoundedDouble) 84.26548, CalculationType = StabilityStoneCoverWaveConditionsCalculationType.Blocks Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs =================================================================== diff -u -rf940fb0318486114473985b8a28a9d62546bffb5 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs (.../StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs) (revision f940fb0318486114473985b8a28a9d62546bffb5) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs (.../StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -628,7 +628,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UseForeshore = true, UseBreakWater = true, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryRevetment = (RoundedDouble) 4, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 8, Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/HydraulicLoadsState/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rf940fb0318486114473985b8a28a9d62546bffb5 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/HydraulicLoadsState/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs (.../StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs) (revision f940fb0318486114473985b8a28a9d62546bffb5) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/HydraulicLoadsState/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs (.../StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -368,7 +368,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UseForeshore = true, UseBreakWater = true, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryRevetment = (RoundedDouble) 4, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 8, Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rf940fb0318486114473985b8a28a9d62546bffb5 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs) (revision f940fb0318486114473985b8a28a9d62546bffb5) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverCalculationGroupContextTreeNodeInfoTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -1631,7 +1631,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UseForeshore = true, UseBreakWater = true, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryRevetment = (RoundedDouble) 4, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 8, Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r78fee2645b6ff410de45bad252885aebda5bb387 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 78fee2645b6ff410de45bad252885aebda5bb387) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -1294,7 +1294,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UseForeshore = true, UseBreakWater = true, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryRevetment = (RoundedDouble) 4, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 8, Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs =================================================================== diff -u -rf940fb0318486114473985b8a28a9d62546bffb5 -rce4190f3bdbf8afc3d32cec17f56081f6f760ee8 --- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs (.../StabilityStoneCoverWaveConditionsCalculationServiceTest.cs) (revision f940fb0318486114473985b8a28a9d62546bffb5) +++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs (.../StabilityStoneCoverWaveConditionsCalculationServiceTest.cs) (revision ce4190f3bdbf8afc3d32cec17f56081f6f760ee8) @@ -949,7 +949,7 @@ ForeshoreProfile = new TestForeshoreProfile(true), UseForeshore = true, UseBreakWater = true, - StepSize = WaveConditionsInputStepSize.Half, + StepSize = (RoundedDouble) 0.5, LowerBoundaryRevetment = (RoundedDouble) 4, UpperBoundaryRevetment = (RoundedDouble) 10, UpperBoundaryWaterLevels = (RoundedDouble) 8,