Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs =================================================================== diff -u -r156b46b92a4beaf22dc59e628db19be5536468fc -r039bb7614f0141ea2d594ec529fcfd3fdadc0801 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 156b46b92a4beaf22dc59e628db19be5536468fc) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 039bb7614f0141ea2d594ec529fcfd3fdadc0801) @@ -75,8 +75,7 @@ var failureMechanism = new StabilityPointStructuresFailureMechanism(); var mockRepository = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository); - assessmentSection.HydraulicBoundaryDatabase.FilePath = validFilePath; + IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository, validFilePath); mockRepository.ReplayAll(); var calculation = new TestStabilityPointStructuresCalculation @@ -445,8 +444,7 @@ var failureMechanism = new StabilityPointStructuresFailureMechanism(); var mockRepository = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository); - assessmentSection.HydraulicBoundaryDatabase.FilePath = validFilePath; + IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository, validFilePath); mockRepository.ReplayAll(); var calculation = new TestStabilityPointStructuresCalculation @@ -477,8 +475,7 @@ var failureMechanism = new StabilityPointStructuresFailureMechanism(); var mockRepository = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository); - assessmentSection.HydraulicBoundaryDatabase.FilePath = validFilePath; + IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, mockRepository, validFilePath); mockRepository.ReplayAll(); var calculation = new TestStabilityPointStructuresCalculation