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