Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.TestUtil/TestDuneLocation.cs =================================================================== diff -u -rac90331e9c1ff9217f04027127082f75a10e8c0a -r5a29e60c7a1f62e5ba864c1d71277e369e0ed18d --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.TestUtil/TestDuneLocation.cs (.../TestDuneLocation.cs) (revision ac90331e9c1ff9217f04027127082f75a10e8c0a) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.TestUtil/TestDuneLocation.cs (.../TestDuneLocation.cs) (revision 5a29e60c7a1f62e5ba864c1d71277e369e0ed18d) @@ -32,29 +32,7 @@ /// /// Creates a new instance of . /// - public TestDuneLocation(): this(0, 0, 0) {} - - private TestDuneLocation(int coastalAreaId, double offset, double d50) - : base(0, string.Empty, new Point2D(0.0, 0.0), new ConstructionProperties - { - CoastalAreaId = coastalAreaId, - Offset = offset, - D50 = d50, - Orientation = 0 - }) {} - - /// - /// Creates a with desired values - /// that are relevant when exporting a . - /// - /// The coastal area id. - /// The offset. - /// The D50. - /// A with values - /// that are relevant when exporting. - public static TestDuneLocation CreateDuneLocationForExport(int coastalAreaId, double offset, double d50) - { - return new TestDuneLocation(coastalAreaId, offset, d50); - } + public TestDuneLocation() : base(0, string.Empty, new Point2D(0.0, 0.0), + new ConstructionProperties()) {} } } \ No newline at end of file