Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsWaterStressLinesPropertiesTest.cs =================================================================== diff -u -r14c118039f313ea66787d8065daad0aa783b731a -rf5c00f7fb200387f33023622372196697c1a249b --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsWaterStressLinesPropertiesTest.cs (.../MacroStabilityInwardsWaterStressLinesPropertiesTest.cs) (revision 14c118039f313ea66787d8065daad0aa783b731a) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsWaterStressLinesPropertiesTest.cs (.../MacroStabilityInwardsWaterStressLinesPropertiesTest.cs) (revision f5c00f7fb200387f33023622372196697c1a249b) @@ -123,15 +123,15 @@ PropertyDescriptor phreaticLinesProperty = dynamicProperties[0]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(phreaticLinesProperty, waterStressesCategoryName, - "Phreatische Lijnen", - "", + "Freatische Lijnen", + "Eigenschappen van de freatische lijnen.", true); PropertyDescriptor waternetLinesProperty = dynamicProperties[1]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(waternetLinesProperty, waterStressesCategoryName, "Zones", - "", + "Eigenschappen van de zones.", true); } }