Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/DesignWaterLevelLocationsViewInfoTest.cs =================================================================== diff -u -refe8286b63e94248270dc557a1789506805e74a1 -r414fbb18eff0679fdfe860c04dc6aceebeb37e51 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/DesignWaterLevelLocationsViewInfoTest.cs (.../DesignWaterLevelLocationsViewInfoTest.cs) (revision efe8286b63e94248270dc557a1789506805e74a1) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/DesignWaterLevelLocationsViewInfoTest.cs (.../DesignWaterLevelLocationsViewInfoTest.cs) (revision 414fbb18eff0679fdfe860c04dc6aceebeb37e51) @@ -289,8 +289,7 @@ getCalculationFunc, categoryBoundaryName); - using (var view = new DesignWaterLevelLocationsView(locations, - getCalculationFunc, + using (var view = new DesignWaterLevelLocationsView(new ObservableList(), new ObservableTestAssessmentSectionStub(), getNormFunc, categoryBoundaryName)) @@ -317,8 +316,7 @@ // Setup var assessmentSection = new ObservableTestAssessmentSectionStub(); - using (var view = new DesignWaterLevelLocationsView(new ObservableList(), - hbl => new HydraulicBoundaryLocationCalculation(hbl), + using (var view = new DesignWaterLevelLocationsView(new ObservableList(), assessmentSection, () => 0.01, "Category")) @@ -338,8 +336,7 @@ var assessmentSectionA = new ObservableTestAssessmentSectionStub(); var assessmentSectionB = new ObservableTestAssessmentSectionStub(); - using (var view = new DesignWaterLevelLocationsView(new ObservableList(), - hbl => new HydraulicBoundaryLocationCalculation(hbl), + using (var view = new DesignWaterLevelLocationsView(new ObservableList(), assessmentSectionA, () => 0.01, "Category")) @@ -358,8 +355,7 @@ // Setup var assessmentSectionA = new ObservableTestAssessmentSectionStub(); - using (var view = new DesignWaterLevelLocationsView(new ObservableList(), - hbl => new HydraulicBoundaryLocationCalculation(hbl), + using (var view = new DesignWaterLevelLocationsView(new ObservableList(), assessmentSectionA, () => 0.01, "Category"))