Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -rb1ab21401a16494d2b607cc2b97113a28444c83e --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs) (revision b1ab21401a16494d2b607cc2b97113a28444c83e) @@ -430,11 +430,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStubWithoutBoundaryDatabase(failureMechanism, mockRepository); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase { - FilePath = filePath, - Locations = - { - hydraulicBoundaryLocation - } + FilePath = filePath }; var context = new GrassCoverErosionOutwardsWaveHeightLocationsContext(new ObservableList @@ -496,11 +492,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStubWithoutBoundaryDatabase(failureMechanism, mockRepository); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase(true, preprocessorDirectory) { - FilePath = filePath, - Locations = - { - hydraulicBoundaryLocation - } + FilePath = filePath }; var context = new GrassCoverErosionOutwardsWaveHeightLocationsContext(new ObservableList @@ -561,11 +553,7 @@ IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStubWithoutBoundaryDatabase(failureMechanism, mockRepository); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase(false, "InvalidPreprocessorDirectory") { - FilePath = filePath, - Locations = - { - hydraulicBoundaryLocation - } + FilePath = filePath }; var context = new GrassCoverErosionOutwardsWaveHeightLocationsContext(new ObservableList