Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/MacroStabilityInwardsSoilProfile1DTestFactoryTest.cs =================================================================== diff -u -r0ca80ea0128c50442c9ab707f715125d65cf7fa0 -r069fd5204ede2f98296a58237a203b3090cd9d89 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/MacroStabilityInwardsSoilProfile1DTestFactoryTest.cs (.../MacroStabilityInwardsSoilProfile1DTestFactoryTest.cs) (revision 0ca80ea0128c50442c9ab707f715125d65cf7fa0) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/MacroStabilityInwardsSoilProfile1DTestFactoryTest.cs (.../MacroStabilityInwardsSoilProfile1DTestFactoryTest.cs) (revision 069fd5204ede2f98296a58237a203b3090cd9d89) @@ -57,7 +57,7 @@ Assert.IsNotNull(soilProfile); Assert.AreEqual(typeof(MacroStabilityInwardsSoilProfile1D), soilProfile.GetType()); - Assert.IsEmpty(soilProfile.Name); + Assert.AreEqual("Profile", soilProfile.Name); Assert.AreEqual(0.0, soilProfile.Bottom); MacroStabilityInwardsSoilLayer1D soiLayer = soilProfile.Layers.Single();