Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -rb1ab21401a16494d2b607cc2b97113a28444c83e --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision b1ab21401a16494d2b607cc2b97113a28444c83e) @@ -380,11 +380,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStubWithoutBoundaryDatabase(failureMechanism, mockRepository); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase { - FilePath = filePath, - Locations = - { - hydraulicBoundaryLocation - } + FilePath = filePath }; var context = new GrassCoverErosionOutwardsDesignWaterLevelLocationsContext(new ObservableList @@ -446,11 +442,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStubWithoutBoundaryDatabase(failureMechanism, mockRepository); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase(true, preprocessorDirectory) { - FilePath = filePath, - Locations = - { - hydraulicBoundaryLocation - } + FilePath = filePath }; var context = new GrassCoverErosionOutwardsDesignWaterLevelLocationsContext(new ObservableList @@ -511,11 +503,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStubWithoutBoundaryDatabase(failureMechanism, mockRepository); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase(false, "InvalidPreprocessorDirectory") { - FilePath = filePath, - Locations = - { - hydraulicBoundaryLocation - } + FilePath = filePath }; var context = new GrassCoverErosionOutwardsDesignWaterLevelLocationsContext(new ObservableList