Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs =================================================================== diff -u -rc51034a5f036c03b70e9c9a8a50b18575e686277 -rb341b132f7007d3f007d19872c0970292edd0d63 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision c51034a5f036c03b70e9c9a8a50b18575e686277) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision b341b132f7007d3f007d19872c0970292edd0d63) @@ -275,10 +275,9 @@ public void Run_ValidCalculationAndRun_SetsDesignWaterLevelAndConvergence(HydraulicBoundaryLocation hydraulicBoundaryLocation) { // Setup - string locationName = hydraulicBoundaryLocation.Name; - const double norm = 1.0 / 30; const double expectedDesignWaterLevel = 3.5; + string locationName = hydraulicBoundaryLocation.Name; var calculator = new TestDesignWaterLevelCalculator { @@ -435,17 +434,7 @@ { // Setup const string locationName = "locationName 1"; - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(0, locationName, 0, 0) - { - DesignWaterLevelCalculation = - { - InputParameters = - { - ShouldIllustrationPointsBeCalculated = true - }, - Output = new TestHydraulicBoundaryLocationOutput(double.NaN) - } - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(0, locationName, 0, 0); var calculator = new TestDesignWaterLevelCalculator {