Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveHeightLocationsViewInfoTest.cs =================================================================== diff -u -refe8286b63e94248270dc557a1789506805e74a1 -r414fbb18eff0679fdfe860c04dc6aceebeb37e51 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveHeightLocationsViewInfoTest.cs (.../WaveHeightLocationsViewInfoTest.cs) (revision efe8286b63e94248270dc557a1789506805e74a1) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveHeightLocationsViewInfoTest.cs (.../WaveHeightLocationsViewInfoTest.cs) (revision 414fbb18eff0679fdfe860c04dc6aceebeb37e51) @@ -291,8 +291,7 @@ getCalculationFunc, categoryBoundaryName); - using (var view = new WaveHeightLocationsView(locations, - getCalculationFunc, + using (var view = new WaveHeightLocationsView(new ObservableList(), assessmentSection, getNormFunc, categoryBoundaryName)) @@ -319,8 +318,7 @@ // Setup var assessmentSection = new ObservableTestAssessmentSectionStub(); - using (var view = new WaveHeightLocationsView(new ObservableList(), - hbl => new HydraulicBoundaryLocationCalculation(hbl), + using (var view = new WaveHeightLocationsView(new ObservableList(), assessmentSection, () => 0.01, "Category")) @@ -340,8 +338,7 @@ var assessmentSectionA = new ObservableTestAssessmentSectionStub(); var assessmentSectionB = new ObservableTestAssessmentSectionStub(); - using (var view = new WaveHeightLocationsView(new ObservableList(), - hbl => new HydraulicBoundaryLocationCalculation(hbl), + using (var view = new WaveHeightLocationsView(new ObservableList(), assessmentSectionA, () => 0.01, "Category")) @@ -360,8 +357,7 @@ // Setup var assessmentSectionA = new ObservableTestAssessmentSectionStub(); - using (var view = new WaveHeightLocationsView(new ObservableList(), - hbl => new HydraulicBoundaryLocationCalculation(hbl), + using (var view = new WaveHeightLocationsView(new ObservableList(), assessmentSectionA, () => 0.01, "Category"))