Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r5bf3ab7f70cfc6ef3d15d590b527ade100e01235 -r679173a47bec16eebaf4be2ddedf42de87788456 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 5bf3ab7f70cfc6ef3d15d590b527ade100e01235) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 679173a47bec16eebaf4be2ddedf42de87788456) @@ -301,7 +301,7 @@ Assert.IsFalse(orientationOfTheNormalOfTheStructureProperty.IsReadOnly); Assert.AreEqual(schematizationCategory, orientationOfTheNormalOfTheStructureProperty.Category); Assert.AreEqual("Oriëntatie [°]", orientationOfTheNormalOfTheStructureProperty.DisplayName); - Assert.AreEqual("Oriëntatie van het kunstwerk.", orientationOfTheNormalOfTheStructureProperty.Description); + Assert.AreEqual("Oriëntatie van de normaal van het kunstwerk ten opzichte van het noorden.", orientationOfTheNormalOfTheStructureProperty.Description); PropertyDescriptor levelOfCrestOfStructureProperty = dynamicProperties[levelOfCrestOfStructurePropertyIndex]; Assert.IsInstanceOf(levelOfCrestOfStructureProperty.Converter);