Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rdaad7104ad012ba7dd5526597d183b87eb7bd564 -rf9302ac7b9aaba301867d26c87c226da5b46572e --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision daad7104ad012ba7dd5526597d183b87eb7bd564) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision f9302ac7b9aaba301867d26c87c226da5b46572e) @@ -96,10 +96,9 @@ mockRepository.ReplayAll(); const string categoryBoundaryName = "Category"; - var context = new DesignWaterLevelLocationsContext(new ObservableList(), + var context = new DesignWaterLevelLocationsContext(new ObservableList(), assessmentSection, () => 0.01, - hbl => new HydraulicBoundaryLocationCalculation(hbl), categoryBoundaryName); // Setup @@ -150,10 +149,9 @@ menuBuilder.Expect(mb => mb.Build()).Return(null); } - var nodeData = new DesignWaterLevelLocationsContext(new ObservableList(), + var nodeData = new DesignWaterLevelLocationsContext(new ObservableList(), assessmentSection, () => 0.01, - hbl => new HydraulicBoundaryLocationCalculation(hbl), "Category"); using (var treeViewControl = new TreeViewControl()) @@ -185,10 +183,9 @@ // Setup IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(mockRepository); - var nodeData = new DesignWaterLevelLocationsContext(new ObservableList(), + var nodeData = new DesignWaterLevelLocationsContext(new ObservableList(), assessmentSection, () => 0.01, - hbl => new HydraulicBoundaryLocationCalculation(hbl), "Category"); using (var treeViewControl = new TreeViewControl())