Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r1c2f91dd3d03b28ce5e493b068bc34ca4dfc9db7 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs (.../DikeProfileEntityReadExtensionsTest.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs (.../DikeProfileEntityReadExtensionsTest.cs) (revision 1c2f91dd3d03b28ce5e493b068bc34ca4dfc9db7) @@ -63,8 +63,8 @@ var entity = new DikeProfileEntity { Id = "id", - ForeshoreXml = new Point2DXmlSerializer().ToXml(new Point2D[0]), - DikeGeometryXml = new RoughnessPointXmlSerializer().ToXml(new RoughnessPoint[0]) + ForeshoreXml = new Point2DCollectionXmlSerializer().ToXml(new Point2D[0]), + DikeGeometryXml = new RoughnessPointCollectionXmlSerializer().ToXml(new RoughnessPoint[0]) }; // Precondition @@ -138,8 +138,8 @@ Orientation = 45.67, BreakWaterHeight = null, BreakWaterType = null, - ForeshoreXml = new Point2DXmlSerializer().ToXml(foreshorePoints), - DikeGeometryXml = new RoughnessPointXmlSerializer().ToXml(roughnessPoints), + ForeshoreXml = new Point2DCollectionXmlSerializer().ToXml(foreshorePoints), + DikeGeometryXml = new RoughnessPointCollectionXmlSerializer().ToXml(roughnessPoints), DikeHeight = 1.2, X = 3.4, Y = 5.6, @@ -186,8 +186,8 @@ Orientation = 360.0, BreakWaterHeight = height, BreakWaterType = Convert.ToByte(type), - ForeshoreXml = new Point2DXmlSerializer().ToXml(foreshorePoints), - DikeGeometryXml = new RoughnessPointXmlSerializer().ToXml(roughnessPoints), + ForeshoreXml = new Point2DCollectionXmlSerializer().ToXml(foreshorePoints), + DikeGeometryXml = new RoughnessPointCollectionXmlSerializer().ToXml(roughnessPoints), DikeHeight = 4.5, X = 93.0, Y = 945.6,