Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r4f92f7d10dc5db623169cf9ff52f506ce0238e9f -raf81664b5c0cb1af94c61530adbb6cd24fd5229f --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 4f92f7d10dc5db623169cf9ff52f506ce0238e9f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision af81664b5c0cb1af94c61530adbb6cd24fd5229f) @@ -21,10 +21,10 @@ using System; -using Application.Ringtoets.Storage.BinaryConverters; using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.Read.Piping; +using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -163,7 +163,7 @@ var surfaceLineEntity = new SurfaceLineEntity { SurfaceLineEntityId = 123, - PointsData = new Point3DBinaryConverter().ToBytes(points) + PointsXml = new Point3DXmlSerializer().ToXml(points) }; var entity = new PipingCalculationEntity @@ -289,7 +289,7 @@ var stochasticSoilModelEntity = new StochasticSoilModelEntity { StochasticSoilModelEntityId = 75, - StochasticSoilModelSegmentPointData = new Point2DBinaryConverter().ToBytes(new Point2D[0]), + StochasticSoilModelSegmentPointXml = new Point2DXmlSerializer().ToXml(new Point2D[0]), StochasticSoilProfileEntities = { stochasticSoilProfileEntity