Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Configurations/GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs =================================================================== diff -u -ref881721312166028ed88eaa21dfd1ee8a5cbba4 -r8900f570b33f0de1a512fc5b2509771e1201672c --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Configurations/GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs (.../GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs) (revision ef881721312166028ed88eaa21dfd1ee8a5cbba4) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Configurations/GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs (.../GrassCoverErosionInwardsCalculationConfigurationImporterTest.cs) (revision 8900f570b33f0de1a512fc5b2509771e1201672c) @@ -124,7 +124,7 @@ Enumerable.Empty(), new[] { - new TestDikeProfile("Dijkprofiel", "Dijkprofiel ID") + DikeProfileTestFactory.CreateDikeProfile("Dijkprofiel", "Dijkprofiel ID") }, new GrassCoverErosionInwardsFailureMechanism()); @@ -328,7 +328,7 @@ string filePath = Path.Combine(path, "validConfigurationCalculationUseForeshoreWithoutGeometry.xml"); var calculationGroup = new CalculationGroup(); - var dikeProfile = new TestDikeProfile("Dijkprofiel", "Dijkprofiel ID"); + DikeProfile dikeProfile = DikeProfileTestFactory.CreateDikeProfile("Dijkprofiel", "Dijkprofiel ID"); var importer = new GrassCoverErosionInwardsCalculationConfigurationImporter( filePath, calculationGroup, @@ -358,7 +358,7 @@ var calculationGroup = new CalculationGroup(); var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "HRlocatie", 10, 20); - var dikeProfile = new TestDikeProfile("Dijkprofiel", "Dijkprofiel ID"); + DikeProfile dikeProfile = DikeProfileTestFactory.CreateDikeProfile("Dijkprofiel", "Dijkprofiel ID"); var importer = new GrassCoverErosionInwardsCalculationConfigurationImporter( filePath, @@ -591,7 +591,7 @@ { InputParameters = { - DikeProfile = new TestDikeProfile(new Point2D(5, 5)) + DikeProfile = DikeProfileTestFactory.CreateDikeProfile(new Point2D(5, 5)) } }; failureMechanism.CalculationsGroup.Children.Add(