Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs =================================================================== diff -u -rc238c8de03e71e09a71c68b6f28fb057ef8a1c4d -r01aa3a0cf07a91607a5d4b5e37f2e98c1fc00430 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs (.../TestStabilityPointStructure.cs) (revision c238c8de03e71e09a71c68b6f28fb057ef8a1c4d) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/TestStabilityPointStructure.cs (.../TestStabilityPointStructure.cs) (revision 01aa3a0cf07a91607a5d4b5e37f2e98c1fc00430) @@ -26,14 +26,18 @@ { public class TestStabilityPointStructure : StabilityPointStructure { - public TestStabilityPointStructure() : this("aName") {} + public TestStabilityPointStructure() : this("aName", new Point2D(1.234, 2.3456)) {} - public TestStabilityPointStructure(string name) + public TestStabilityPointStructure(Point2D point) : this("aName", point) {} + + public TestStabilityPointStructure(string name) : this(name, new Point2D(1.234, 2.3456)) {} + + private TestStabilityPointStructure(string name, Point2D point) : base(new ConstructionProperties { Name = name, Id = "anId", - Location = new Point2D(1.234, 2.3456), + Location = point, StructureNormalOrientation = 123.456, StorageStructureArea = {