Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r12523c3e374d5e02309863685e7fd973778e8514 -r95035f8a052355cb9f17e682e9458226886792cd --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 12523c3e374d5e02309863685e7fd973778e8514) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 95035f8a052355cb9f17e682e9458226886792cd) @@ -161,7 +161,7 @@ Assert.IsFalse(lengthEffectProperty.IsReadOnly); Assert.AreEqual("Lengte-effect parameters", lengthEffectProperty.Category); Assert.AreEqual("N [-]", lengthEffectProperty.DisplayName); - Assert.AreEqual("De parameter 'N'.", lengthEffectProperty.Description); + Assert.AreEqual("De parameter 'N' die gebruikt wordt om het lengte-effect mee te nemen in een semi-probabilistische beoordeling.", lengthEffectProperty.Description); PropertyDescriptor modelfactorOvertoppingFlowProperty = dynamicProperties[modelfactorOvertoppingFlowPropertyIndex]; Assert.IsNotNull(modelfactorOvertoppingFlowProperty);