Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r2973c5f790a5131e427bd5f73e2a620044199639 -rb73d9512e3a69a17d8be939d91cb655d20aa64f2 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs (.../DikeProfileEntityReadExtensionsTest.cs) (revision 2973c5f790a5131e427bd5f73e2a620044199639) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs (.../DikeProfileEntityReadExtensionsTest.cs) (revision b73d9512e3a69a17d8be939d91cb655d20aa64f2) @@ -62,7 +62,7 @@ var profile = new DikeProfileEntity { DikeGeometryXml = xml, - ForeShoreXml = validRoughnessPointXml + ForeshoreXml = validRoughnessPointXml }; // Call @@ -82,7 +82,7 @@ var profile = new DikeProfileEntity { DikeGeometryXml = validRoughnessPointXml, - ForeShoreXml = xml + ForeshoreXml = xml }; // Call @@ -113,7 +113,7 @@ Orientation = 45.67, BreakWaterHeight = null, BreakWaterType = null, - ForeShoreXml = new Point2DXmlSerializer().ToXml(foreshorePoints), + ForeshoreXml = new Point2DXmlSerializer().ToXml(foreshorePoints), DikeGeometryXml = new RoughnessPointXmlSerializer().ToXml(roughnessPoints), DikeHeight = 1.2, X = 3.4, @@ -159,7 +159,7 @@ Orientation = 360.0, BreakWaterHeight = height, BreakWaterType = Convert.ToByte(type), - ForeShoreXml = new Point2DXmlSerializer().ToXml(foreshorePoints), + ForeshoreXml = new Point2DXmlSerializer().ToXml(foreshorePoints), DikeGeometryXml = new RoughnessPointXmlSerializer().ToXml(roughnessPoints), DikeHeight = 4.5, X = 93.0,