Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs =================================================================== diff -u -r7585d2fd78627d94d55ffa16423af90a91e4efd4 -rbeb20fbb814f4128b6d7dc7648af798fcccbe24c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs) (revision 7585d2fd78627d94d55ffa16423af90a91e4efd4) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs) (revision beb20fbb814f4128b6d7dc7648af798fcccbe24c) @@ -72,14 +72,8 @@ double bottom = -random.NextDouble(); var soilProfile = new MacroStabilityInwardsSoilProfile1D(name, bottom, new[] { + new MacroStabilityInwardsSoilLayer1D(random.NextDouble()), new MacroStabilityInwardsSoilLayer1D(random.NextDouble()) - { - Data = new MacroStabilityInwardsSoilLayerData() - }, - new MacroStabilityInwardsSoilLayer1D(random.NextDouble()) - { - Data = new MacroStabilityInwardsSoilLayerData() - } }); var registry = new PersistenceRegistry(); @@ -106,9 +100,6 @@ var soilProfile = new MacroStabilityInwardsSoilProfile1D("some name", double.NaN, new[] { new MacroStabilityInwardsSoilLayer1D(random.NextDouble()) - { - Data = new MacroStabilityInwardsSoilLayerData() - } }); var registry = new PersistenceRegistry();