Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsSoilLayer2DTopLevelPropertiesTest.cs =================================================================== diff -u -ra07b01c421d15a0a1e4933e3967ac1f25d30eccc -r1a3f904157a3f86e702ea8086bee67e780da7856 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsSoilLayer2DTopLevelPropertiesTest.cs (.../MacroStabilityInwardsSoilLayer2DTopLevelPropertiesTest.cs) (revision a07b01c421d15a0a1e4933e3967ac1f25d30eccc) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsSoilLayer2DTopLevelPropertiesTest.cs (.../MacroStabilityInwardsSoilLayer2DTopLevelPropertiesTest.cs) (revision 1a3f904157a3f86e702ea8086bee67e780da7856) @@ -58,21 +58,19 @@ new Point2D(20.210230, 26.00001), new Point2D(3.830, 1.040506) }), - new Ring[0]) - { - Data = - { - 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 + { + 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 MacroStabilityInwardsSoilLayer2DTopLevelProperties(layer);