Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs =================================================================== diff -u -rce34c2b3bedc23854224636d4c38f3f39cd185f4 -ra096cb901099c85dbaafa2dba6c69288464c248e --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision ce34c2b3bedc23854224636d4c38f3f39cd185f4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision a096cb901099c85dbaafa2dba6c69288464c248e) @@ -90,34 +90,34 @@ } [Test] - public void Read_WithCollectorWithStochasticSoilProfiles_ReturnsNewStochasticSoilModelWithStochasticSoilProfiles() + public void Read_WithCollectorWithPipingStochasticSoilProfiles_ReturnsNewStochasticSoilModelWithPipingStochasticSoilProfiles() { // Setup var entity = new StochasticSoilModelEntity { Name = "StochasticSoilModel", StochasticSoilModelSegmentPointXml = new Point2DXmlSerializer().ToXml(new Point2D[0]), - StochasticSoilProfileEntities = + PipingStochasticSoilProfileEntities = { - new StochasticSoilProfileEntity + new PipingStochasticSoilProfileEntity { - SoilProfileEntity = new SoilProfileEntity + PipingSoilProfileEntity = new PipingSoilProfileEntity { - SoilLayerEntities = + PipingSoilLayerEntities = { - new SoilLayerEntity() + new PipingSoilLayerEntity() }, Name = "A" }, Order = 1 }, - new StochasticSoilProfileEntity + new PipingStochasticSoilProfileEntity { - SoilProfileEntity = new SoilProfileEntity + PipingSoilProfileEntity = new PipingSoilProfileEntity { - SoilLayerEntities = + PipingSoilLayerEntities = { - new SoilLayerEntity() + new PipingSoilLayerEntity() }, Name = "B" },