Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveHeightLocationsViewInfoTest.cs =================================================================== diff -u -rb2d403b53ea5b4bba4cbe852858bf48d4d04b81e -rdd0789232e8d39c64a6e89e0637f6848b02eae1e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveHeightLocationsViewInfoTest.cs (.../WaveHeightLocationsViewInfoTest.cs) (revision b2d403b53ea5b4bba4cbe852858bf48d4d04b81e) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveHeightLocationsViewInfoTest.cs (.../WaveHeightLocationsViewInfoTest.cs) (revision dd0789232e8d39c64a6e89e0637f6848b02eae1e) @@ -117,7 +117,8 @@ var context = new WaveHeightLocationsContext(locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); // Call object viewData = info.GetViewData(context); @@ -133,7 +134,8 @@ var assessmentSection = new ObservableTestAssessmentSectionStub(); var context = new WaveHeightLocationsContext(new ObservableList(), assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var ringtoetsPlugin = new RingtoetsPlugin()) { @@ -166,7 +168,8 @@ var locations = new ObservableList(); var context = new WaveHeightLocationsContext(locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var view = new WaveHeightLocationsView(locations, hbl => new HydraulicBoundaryLocationCalculation(),