Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil/MacroStabilityInwardsSoilProfile1DTestFactory.cs =================================================================== diff -u -r0fa0d88d03cc6adb9d820c65c4c7a43e853ef5a3 -r069fd5204ede2f98296a58237a203b3090cd9d89 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil/MacroStabilityInwardsSoilProfile1DTestFactory.cs (.../MacroStabilityInwardsSoilProfile1DTestFactory.cs) (revision 0fa0d88d03cc6adb9d820c65c4c7a43e853ef5a3) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil/MacroStabilityInwardsSoilProfile1DTestFactory.cs (.../MacroStabilityInwardsSoilProfile1DTestFactory.cs) (revision 069fd5204ede2f98296a58237a203b3090cd9d89) @@ -30,16 +30,16 @@ /// /// Creates a new instance of which has: /// - /// set to an empty name. + /// set to "Profile". /// set to 0.0. /// set to a collection with a single . /// with set to 0.0. /// /// - /// + /// A configured . public static MacroStabilityInwardsSoilProfile1D CreateMacroStabilityInwardsSoilProfile1D() { - return CreateMacroStabilityInwardsSoilProfile1D(string.Empty); + return CreateMacroStabilityInwardsSoilProfile1D("Profile"); } /// @@ -52,7 +52,7 @@ /// /// /// The name for the profile. - /// + /// A configured . public static MacroStabilityInwardsSoilProfile1D CreateMacroStabilityInwardsSoilProfile1D(string name) { return new MacroStabilityInwardsSoilProfile1D(name, 0.0, new[]