Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsSoilLayer2DBasePropertiesTest.cs =================================================================== diff -u -ra07b01c421d15a0a1e4933e3967ac1f25d30eccc -r1a3f904157a3f86e702ea8086bee67e780da7856 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsSoilLayer2DBasePropertiesTest.cs (.../MacroStabilityInwardsSoilLayer2DBasePropertiesTest.cs) (revision a07b01c421d15a0a1e4933e3967ac1f25d30eccc) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsSoilLayer2DBasePropertiesTest.cs (.../MacroStabilityInwardsSoilLayer2DBasePropertiesTest.cs) (revision 1a3f904157a3f86e702ea8086bee67e780da7856) @@ -70,22 +70,20 @@ new Point2D(20.210230, 26.00001), new Point2D(3.830, 1.040506) }), - new Ring[0]) - { - Data = - { - MaterialName = "Test Name", - IsAquifer = true - }, - NestedLayers = new[] - { - new MacroStabilityInwardsSoilLayer2D(new Ring(new[] - { - new Point2D(12.987, 12.821), - new Point2D(4.23, 1.02) - }), new Ring[0]) - } - }; + new Ring[0], + new MacroStabilityInwardsSoilLayerData + { + MaterialName = "Test Name", + IsAquifer = true + }, + new[] + { + new MacroStabilityInwardsSoilLayer2D(new Ring(new[] + { + new Point2D(12.987, 12.821), + new Point2D(4.23, 1.02) + }), new Ring[0]) + }); // Call var properties = new MacroStabilityInwardsSoilLayer2DBaseProperties(layer);