Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs =================================================================== diff -u -refc0216f58e91e97ffd48ff901e4430d78373bb0 -recb0e5b29e11012efd3944171530d9310e07804a --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs) (revision efc0216f58e91e97ffd48ff901e4430d78373bb0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs) (revision ecb0e5b29e11012efd3944171530d9310e07804a) @@ -95,7 +95,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(mockRepository); mockRepository.ReplayAll(); - const string categoryBoundaryName = "Category"; + const string categoryBoundaryName = "A"; var context = new DesignWaterLevelCalculationsContext(new ObservableList(), assessmentSection, () => 0.01, @@ -152,7 +152,7 @@ var nodeData = new DesignWaterLevelCalculationsContext(new ObservableList(), assessmentSection, () => 0.01, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -186,7 +186,7 @@ var nodeData = new DesignWaterLevelCalculationsContext(new ObservableList(), assessmentSection, () => 0.01, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -228,7 +228,7 @@ var nodeData = new DesignWaterLevelCalculationsContext(new ObservableList(), assessmentSection, () => 0.01, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -276,7 +276,7 @@ var nodeData = new DesignWaterLevelCalculationsContext(new ObservableList(), assessmentSection, () => 0.01, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -331,7 +331,7 @@ var context = new DesignWaterLevelCalculationsContext(hydraulicBoundaryLocationCalculations, assessmentSection, getNormFunc, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -404,7 +404,7 @@ var context = new DesignWaterLevelCalculationsContext(hydraulicBoundaryLocationCalculations, assessmentSection, getNormFunc, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -476,7 +476,7 @@ var context = new DesignWaterLevelCalculationsContext(hydraulicBoundaryLocationCalculations, assessmentSection, getNormFunc, - "Category"); + "A"); using (var treeViewControl = new TreeViewControl()) { @@ -535,7 +535,7 @@ } }; - const string categoryBoundaryName = "Category"; + const string categoryBoundaryName = "A"; var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation("locationName")); var hydraulicBoundaryLocationCalculations = new ObservableList {