Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs =================================================================== diff -u -rd337718251f4330d447d555eb1c70df226dd9823 -r8900f570b33f0de1a512fc5b2509771e1201672c --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs) (revision d337718251f4330d447d555eb1c70df226dd9823) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs) (revision 8900f570b33f0de1a512fc5b2509771e1201672c) @@ -54,8 +54,8 @@ var assessmentSection = mockRepository.Stub(); mockRepository.ReplayAll(); - DikeProfile dikeProfile1 = new TestDikeProfile(new Point2D(0.51, 0.51), "id1"); - DikeProfile dikeProfile2 = new TestDikeProfile(new Point2D(1.51, 1.51), "id2"); + DikeProfile dikeProfile1 = DikeProfileTestFactory.CreateDikeProfile(new Point2D(0.51, 0.51), "id1"); + DikeProfile dikeProfile2 = DikeProfileTestFactory.CreateDikeProfile(new Point2D(1.51, 1.51), "id2"); var calculation = new GrassCoverErosionInwardsCalculation { @@ -110,8 +110,8 @@ var assessmentSection = mockRepository.Stub(); mockRepository.ReplayAll(); - DikeProfile dikeProfile1 = new TestDikeProfile(new Point2D(0.51, 0.51), "id1"); - DikeProfile dikeProfile2 = new TestDikeProfile(new Point2D(1.51, 1.51), "id2"); + DikeProfile dikeProfile1 = DikeProfileTestFactory.CreateDikeProfile(new Point2D(0.51, 0.51), "id1"); + DikeProfile dikeProfile2 = DikeProfileTestFactory.CreateDikeProfile(new Point2D(1.51, 1.51), "id2"); var calculation1 = new GrassCoverErosionInwardsCalculation {