Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs =================================================================== diff -u -rb018578a2c719c00258c5a32a571c1dff77d2242 -r1c2f91dd3d03b28ce5e493b068bc34ca4dfc9db7 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs (.../PipingStochasticSoilModelCreateExtensionsTest.cs) (revision b018578a2c719c00258c5a32a571c1dff77d2242) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs (.../PipingStochasticSoilModelCreateExtensionsTest.cs) (revision 1c2f91dd3d03b28ce5e493b068bc34ca4dfc9db7) @@ -84,7 +84,7 @@ CollectionAssert.IsEmpty(entity.PipingStochasticSoilProfileEntities); CollectionAssert.IsEmpty(entity.MacroStabilityInwardsStochasticSoilProfileEntities); - string expectedXml = new Point2DXmlSerializer().ToXml(stochasticSoilModel.Geometry); + string expectedXml = new Point2DCollectionXmlSerializer().ToXml(stochasticSoilModel.Geometry); Assert.AreEqual(expectedXml, entity.StochasticSoilModelSegmentPointXml); } @@ -149,7 +149,7 @@ // Assert Assert.IsNotNull(entity); - string expectedXml = new Point2DXmlSerializer().ToXml(stochasticSoilModel.Geometry); + string expectedXml = new Point2DCollectionXmlSerializer().ToXml(stochasticSoilModel.Geometry); Assert.AreEqual(expectedXml, entity.StochasticSoilModelSegmentPointXml); }