Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationActivityFactoryTest.cs =================================================================== diff -u -r693915c62f33c1b9832734c2600a45202a4f4f1f -r4fc2d8aef4716a3b5c6fb5944fec5769ffdf2ba3 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationActivityFactoryTest.cs (.../ClosingStructuresCalculationActivityFactoryTest.cs) (revision 693915c62f33c1b9832734c2600a45202a4f4f1f) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationActivityFactoryTest.cs (.../ClosingStructuresCalculationActivityFactoryTest.cs) (revision 4fc2d8aef4716a3b5c6fb5944fec5769ffdf2ba3) @@ -107,9 +107,9 @@ var failureMechanism = new ClosingStructuresFailureMechanism(); var mocks = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, - mocks, - validFilePath); + IAssessmentSection assessmentSection = AssessmentSectionTestHelper.CreateAssessmentSectionStub(failureMechanism, + mocks, + validFilePath); mocks.ReplayAll(); StructuresCalculation calculation = CreateValidCalculation(); @@ -183,9 +183,9 @@ var failureMechanism = new ClosingStructuresFailureMechanism(); var mocks = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, - mocks, - validFilePath); + IAssessmentSection assessmentSection = AssessmentSectionTestHelper.CreateAssessmentSectionStub(failureMechanism, + mocks, + validFilePath); mocks.ReplayAll(); StructuresCalculation calculation1 = CreateValidCalculation(); @@ -248,9 +248,9 @@ var failureMechanism = new ClosingStructuresFailureMechanism(); var mocks = new MockRepository(); - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(failureMechanism, - mocks, - validFilePath); + IAssessmentSection assessmentSection = AssessmentSectionTestHelper.CreateAssessmentSectionStub(failureMechanism, + mocks, + validFilePath); mocks.ReplayAll(); StructuresCalculation calculation1 = CreateValidCalculation();