Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r07552978e68ab62d36f7086f9f5c84411a2fee9f -r1c2f91dd3d03b28ce5e493b068bc34ca4dfc9db7 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 07552978e68ab62d36f7086f9f5c84411a2fee9f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 1c2f91dd3d03b28ce5e493b068bc34ca4dfc9db7) @@ -169,7 +169,7 @@ var surfaceLineEntity = new SurfaceLineEntity { Name = "surface line", - PointsXml = new Point3DXmlSerializer().ToXml(points) + PointsXml = new Point3DCollectionXmlSerializer().ToXml(points) }; var entity = new PipingCalculationEntity @@ -296,7 +296,7 @@ var stochasticSoilModelEntity = new StochasticSoilModelEntity { Name = "StochasticSoilModel", - StochasticSoilModelSegmentPointXml = new Point2DXmlSerializer().ToXml(new Point2D[0]), + StochasticSoilModelSegmentPointXml = new Point2DCollectionXmlSerializer().ToXml(new Point2D[0]), PipingStochasticSoilProfileEntities = { stochasticSoilProfileEntity