Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -re5d8b58dcb5fcf82338b0511f3e9dc4d78633fda -rdd0789232e8d39c64a6e89e0637f6848b02eae1e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision e5d8b58dcb5fcf82338b0511f3e9dc4d78633fda) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision dd0789232e8d39c64a6e89e0637f6848b02eae1e) @@ -140,7 +140,8 @@ var nodeData = new WaveHeightLocationsContext(new ObservableList(), assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -173,7 +174,8 @@ var nodeData = new WaveHeightLocationsContext(new ObservableList(), assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -214,7 +216,8 @@ var nodeData = new WaveHeightLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -261,7 +264,8 @@ var nodeData = new WaveHeightLocationsContext(hydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -313,7 +317,8 @@ var context = new WaveHeightLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -383,7 +388,8 @@ var context = new WaveHeightLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -452,7 +458,8 @@ var context = new WaveHeightLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -521,7 +528,8 @@ var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(); var context = new WaveHeightLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => hydraulicBoundaryLocationCalculation); + hbl => hydraulicBoundaryLocationCalculation, + "Category"); using (var treeViewControl = new TreeViewControl()) {