Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -re5d8b58dcb5fcf82338b0511f3e9dc4d78633fda -rdd0789232e8d39c64a6e89e0637f6848b02eae1e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision e5d8b58dcb5fcf82338b0511f3e9dc4d78633fda) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision dd0789232e8d39c64a6e89e0637f6848b02eae1e) @@ -139,7 +139,8 @@ var nodeData = new DesignWaterLevelLocationsContext(new ObservableList(), assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -172,7 +173,8 @@ var nodeData = new DesignWaterLevelLocationsContext(new ObservableList(), assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -213,7 +215,8 @@ var nodeData = new DesignWaterLevelLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -260,7 +263,8 @@ var nodeData = new DesignWaterLevelLocationsContext(hydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -312,7 +316,8 @@ var context = new DesignWaterLevelLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -382,7 +387,8 @@ var context = new DesignWaterLevelLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -451,7 +457,8 @@ var context = new DesignWaterLevelLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => new HydraulicBoundaryLocationCalculation()); + hbl => new HydraulicBoundaryLocationCalculation(), + "Category"); using (var treeViewControl = new TreeViewControl()) { @@ -518,7 +525,8 @@ var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(); var context = new DesignWaterLevelLocationsContext(assessmentSection.HydraulicBoundaryDatabase.Locations, assessmentSection, - hbl => hydraulicBoundaryLocationCalculation); + hbl => hydraulicBoundaryLocationCalculation, + "Category"); using (var treeViewControl = new TreeViewControl()) {