Index: src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs =================================================================== diff -u -r515 -r753 --- src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs (.../CptControlTests.cs) (revision 515) +++ src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs (.../CptControlTests.cs) (revision 753) @@ -39,7 +39,7 @@ TestLabelControlVisibleValue(PropertyControl, "DescriptionLabel", true, "Beschrijving"); TestTextEditVisibleEnabledValue(PropertyControl, "DescriptionEdit", true, true, cpt, c => c.Description, "DescrTest"); - TestLabelControlVisibleValue(PropertyControl, "GroundLevelLabel", true, "Niveau maaiveld [m NAP]"); + TestLabelControlVisibleValue(PropertyControl, "GroundLevelLabel", true, "Z [m NAP]"); TestSpinEditVisibleEnabledValue(PropertyControl, "GroundLevelEdit", true, false, cpt, c => c.GroundLevel, 88.8); TestLabelControlVisibleValue(PropertyControl, "PreExcavationLabel", true, "Voorontgraving [m]");