Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs =================================================================== diff -u -r23766b602d9b509a2ffc030f284e8d5e82325a3e -r508d720230c5f63bce7f95bddc3b7a04808d267d --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 23766b602d9b509a2ffc030f284e8d5e82325a3e) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 508d720230c5f63bce7f95bddc3b7a04808d267d) @@ -63,7 +63,7 @@ StochasticSoilModelEntityId = entityId, Name = testName, SegmentName = testSegmentName, - SegmentPoints = new Point2DBinaryConverter().ToBytes(new Point2D[0]) + StochasticSoilModelSegmentPointData = new Point2DBinaryConverter().ToBytes(new Point2D[0]) }; var collector = new ReadConversionCollector(); @@ -83,7 +83,7 @@ // Setup var entity = new StochasticSoilModelEntity { - SegmentPoints = new Point2DBinaryConverter().ToBytes(new Point2D[0]), + StochasticSoilModelSegmentPointData = new Point2DBinaryConverter().ToBytes(new Point2D[0]), StochasticSoilProfileEntities = { new StochasticSoilProfileEntity @@ -129,7 +129,7 @@ var entity = new StochasticSoilModelEntity { - SegmentPoints = new Point2DBinaryConverter().ToBytes(segmentPoints) + StochasticSoilModelSegmentPointData = new Point2DBinaryConverter().ToBytes(segmentPoints) }; var collector = new ReadConversionCollector(); @@ -146,7 +146,7 @@ // Setup var entity = new StochasticSoilModelEntity { - SegmentPoints = new Point2DBinaryConverter().ToBytes(new Point2D[0]) + StochasticSoilModelSegmentPointData = new Point2DBinaryConverter().ToBytes(new Point2D[0]) }; var collector = new ReadConversionCollector();