Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs =================================================================== diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -rc0532d07766ecad2566f7cfa4a97a9aeb6e8540c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision c0532d07766ecad2566f7cfa4a97a9aeb6e8540c) @@ -65,14 +65,14 @@ var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, testName, coordinateX, coordinateY) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { InputParameters = { ShouldIllustrationPointsBeCalculated = shouldDesignWaterLevelIllustrationPointsBeCalculated } }, - WaveHeightCalculation = + WaveHeightCalculation1 = { InputParameters = { @@ -130,11 +130,11 @@ var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "testName", random.NextDouble(), random.NextDouble()) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { Output = hydraulicBoundaryLocationDesignWaterLevelOutput }, - WaveHeightCalculation = + WaveHeightCalculation1 = { Output = hydraulicBoundaryLocationWaveHeightOutput } @@ -176,15 +176,15 @@ bool shouldIllustrationPointsBeCalculated = random.NextBoolean(); var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "testName", random.NextDouble(), random.NextDouble()) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { InputParameters = { ShouldIllustrationPointsBeCalculated = shouldIllustrationPointsBeCalculated }, Output = hydraulicBoundaryLocationDesignWaterLevelOutput }, - WaveHeightCalculation = + WaveHeightCalculation1 = { InputParameters = { @@ -261,14 +261,14 @@ var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, testName, coordinateX, coordinateY) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { InputParameters = { ShouldIllustrationPointsBeCalculated = shouldDesignWaterLevelIllustrationPointsBeCalculated } }, - WaveHeightCalculation = + WaveHeightCalculation1 = { InputParameters = { @@ -327,11 +327,11 @@ var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "testName", random.NextDouble(), random.NextDouble()) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { Output = hydraulicBoundaryLocationDesignWaterLevelOutput }, - WaveHeightCalculation = + WaveHeightCalculation1 = { Output = hydraulicBoundaryLocationWaveHeightOutput } @@ -373,15 +373,15 @@ bool shouldIllustrationPointsBeCalculated = random.NextBoolean(); var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "testName", random.NextDouble(), random.NextDouble()) { - DesignWaterLevelCalculation = + DesignWaterLevelCalculation1 = { InputParameters = { ShouldIllustrationPointsBeCalculated = shouldIllustrationPointsBeCalculated }, Output = hydraulicBoundaryLocationDesignWaterLevelOutput }, - WaveHeightCalculation = + WaveHeightCalculation1 = { InputParameters = {