Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StructuresCalculationCreateExtensionsTest.cs =================================================================== diff -u -r6ced2c3bd4adaef7cf2363ba75a84911b09c3924 -rba715436cd0186ee10a1edc13d547ee27bea4c89 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StructuresCalculationCreateExtensionsTest.cs (.../StructuresCalculationCreateExtensionsTest.cs) (revision 6ced2c3bd4adaef7cf2363ba75a84911b09c3924) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StructuresCalculationCreateExtensionsTest.cs (.../StructuresCalculationCreateExtensionsTest.cs) (revision ba715436cd0186ee10a1edc13d547ee27bea4c89) @@ -698,10 +698,7 @@ public void CreateForClosingStructures_CalculationWithForeshoreProfile_ReturnEntityWithForeshoreProfileEntity() { // Setup - var alreadyRegisteredForeshoreProfile = new ForeshoreProfile(new Point2D(0, 0), - new Point2D[0], - null, - new ForeshoreProfile.ConstructionProperties()); + var alreadyRegisteredForeshoreProfile = new TestForeshoreProfile(); var calculation = new StructuresCalculation { InputParameters = @@ -1212,10 +1209,7 @@ public void CreateForStabilityPointStructures_CalculationWithForeshoreProfile_ReturnEntityWithForeshoreProfileEntity() { // Setup - var alreadyRegisteredForeshoreProfile = new ForeshoreProfile(new Point2D(0, 0), - new Point2D[0], - null, - new ForeshoreProfile.ConstructionProperties()); + var alreadyRegisteredForeshoreProfile = new TestForeshoreProfile(); var calculation = new StructuresCalculation { InputParameters =