Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsPhreaticLinePropertiesTest.cs =================================================================== diff -u -r14c118039f313ea66787d8065daad0aa783b731a -rf5c00f7fb200387f33023622372196697c1a249b --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsPhreaticLinePropertiesTest.cs (.../MacroStabilityInwardsPhreaticLinePropertiesTest.cs) (revision 14c118039f313ea66787d8065daad0aa783b731a) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsPhreaticLinePropertiesTest.cs (.../MacroStabilityInwardsPhreaticLinePropertiesTest.cs) (revision f5c00f7fb200387f33023622372196697c1a249b) @@ -118,14 +118,14 @@ PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(nameProperty, waterStressesCategoryName, "Naam", - "", + "De naam van de lijn.", true); PropertyDescriptor geometryProperty = dynamicProperties[1]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(geometryProperty, waterStressesCategoryName, "Geometrie", - "", + "De geometrie van de lijn.", true); } }