Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs =================================================================== diff -u -ree1f859cae82b4321da205d5e1fd339b021f2d7d -rdc29cedbc45824cf39bdc0814958f17b572d4577 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision ee1f859cae82b4321da205d5e1fd339b021f2d7d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision dc29cedbc45824cf39bdc0814958f17b572d4577) @@ -409,7 +409,7 @@ hydraulicBoundaryDatabaseFilePathValue = invocation.Arguments[0].ToString(); preprocessorDirectoryValue = invocation.Arguments[1].ToString(); calculatedLocationsValue = ((IEnumerable) invocation.Arguments[2]).ToArray(); - getCalculationFunc = (Func)invocation.Arguments[3]; + getCalculationFunc = (Func) invocation.Arguments[3]; normValue = (double) invocation.Arguments[4]; messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[5]; }); @@ -475,7 +475,7 @@ hydraulicBoundaryDatabaseFilePathValue = invocation.Arguments[0].ToString(); preprocessorDirectoryValue = invocation.Arguments[1].ToString(); calculatedLocationsValue = ((IEnumerable) invocation.Arguments[2]).ToArray(); - getCalculationFunc = (Func)invocation.Arguments[3]; + getCalculationFunc = (Func) invocation.Arguments[3]; normValue = (double) invocation.Arguments[4]; messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[5]; }); @@ -540,7 +540,7 @@ hydraulicBoundaryDatabaseFilePathValue = invocation.Arguments[0].ToString(); preprocessorDirectoryValue = invocation.Arguments[1].ToString(); calculatedLocationsValue = ((IEnumerable) invocation.Arguments[2]).ToArray(); - getCalculationFunc = (Func)invocation.Arguments[3]; + getCalculationFunc = (Func) invocation.Arguments[3]; normValue = (double) invocation.Arguments[4]; messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[5]; }); @@ -605,7 +605,7 @@ Form form) { var view = new DesignWaterLevelLocationsView(locations, - hbl => new HydraulicBoundaryLocationCalculation(), + hbl => hbl.DesignWaterLevelCalculation, assessmentSection, () => norm);