Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/IStructureCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r8e8f8c83c45656f65adaa8e47600379dc5ae8f61 -rba715436cd0186ee10a1edc13d547ee27bea4c89 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/IStructureCalculationEntityReadExtensionsTest.cs (.../IStructureCalculationEntityReadExtensionsTest.cs) (revision 8e8f8c83c45656f65adaa8e47600379dc5ae8f61) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/IStructureCalculationEntityReadExtensionsTest.cs (.../IStructureCalculationEntityReadExtensionsTest.cs) (revision ba715436cd0186ee10a1edc13d547ee27bea4c89) @@ -174,8 +174,7 @@ public void Read_EntityWithForeshoreProfileEntity_InputObjectUpdatedWithForeshoreProfile() { // Setup - var foreshoreProfile = new ForeshoreProfile(new Point2D(0, 0), new Point2D[0], - null, new ForeshoreProfile.ConstructionProperties()); + var foreshoreProfile = new TestForeshoreProfile(); var foreshoreEntity = new ForeshoreProfileEntity(); var mocks = new MockRepository();