Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/DesignWaterLevelLocationsViewInfoTest.cs =================================================================== diff -u -rb2d403b53ea5b4bba4cbe852858bf48d4d04b81e -rdd0789232e8d39c64a6e89e0637f6848b02eae1e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/DesignWaterLevelLocationsViewInfoTest.cs (.../DesignWaterLevelLocationsViewInfoTest.cs) (revision b2d403b53ea5b4bba4cbe852858bf48d4d04b81e) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/DesignWaterLevelLocationsViewInfoTest.cs (.../DesignWaterLevelLocationsViewInfoTest.cs) (revision dd0789232e8d39c64a6e89e0637f6848b02eae1e) @@ -116,7 +116,8 @@ ObservableList locations = assessmentSection.HydraulicBoundaryDatabase.Locations; var context = new DesignWaterLevelLocationsContext(locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); // Call object viewData = info.GetViewData(context); @@ -132,7 +133,8 @@ var assessmentSection = new ObservableTestAssessmentSectionStub(); var context = new DesignWaterLevelLocationsContext(new ObservableList(), assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var ringtoetsPlugin = new RingtoetsPlugin()) { @@ -164,7 +166,8 @@ var locations = new ObservableList(); var context = new DesignWaterLevelLocationsContext(locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var view = new DesignWaterLevelLocationsView(locations, hbl => new HydraulicBoundaryLocationCalculation(),