Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs =================================================================== diff -u -r7585d2fd78627d94d55ffa16423af90a91e4efd4 -r1b7dec5dc5d682b37d0191d99da2ff640cc56022 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision 7585d2fd78627d94d55ffa16423af90a91e4efd4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision 1b7dec5dc5d682b37d0191d99da2ff640cc56022) @@ -80,12 +80,6 @@ CreateRandomPoint2D(random), CreateRandomPoint2D(random) }; - var holes = new[] - { - CreateRandomRing(random), - CreateRandomRing(random), - CreateRandomRing(random) - }; var entity = new MacroStabilityInwardsSoilLayerTwoDEntity { @@ -108,8 +102,7 @@ StrengthIncreaseExponentCoefficientOfVariation = strengthIncreaseExponentCoefficientOfVariation, PopMean = popMean, PopCoefficientOfVariation = popCoefficientOfVariation, - OuterRingXml = new Point2DXmlSerializer().ToXml(outerRingPoints), - HolesXml = new RingXmlSerializer().ToXml(holes) + OuterRingXml = new Point2DXmlSerializer().ToXml(outerRingPoints) }; // Call @@ -167,7 +160,6 @@ }, data.Pop); CollectionAssert.AreEqual(outerRingPoints, layer.OuterRing.Points); - CollectionAssert.AreEqual(holes, layer.Holes); } [Test] @@ -177,8 +169,7 @@ var entity = new MacroStabilityInwardsSoilLayerTwoDEntity { MaterialName = nameof(MacroStabilityInwardsSoilLayerTwoDEntity), - OuterRingXml = new Point2DXmlSerializer().ToXml(CreateRandomRing(new Random(31)).Points), - HolesXml = new RingXmlSerializer().ToXml(new Ring[0]) + OuterRingXml = new Point2DXmlSerializer().ToXml(CreateRandomRing(new Random(31)).Points) }; // Call