Index: src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs =================================================================== diff -u -r408 -r501 --- src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs (.../CptControlTests.cs) (revision 408) +++ src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs (.../CptControlTests.cs) (revision 501) @@ -31,9 +31,9 @@ PropertyControl.SelectedObject = cpt; - TestLabelControlVisibleValue(PropertyControl, "XLabel", true, "X [m]"); + TestLabelControlVisibleValue(PropertyControl, "XLabel", true, "X (RD) [m]"); TestSpinEditVisibleEnabledValue(PropertyControl, "XEdit", true, true, cpt, c => c.X, 66.6); - TestLabelControlVisibleValue(PropertyControl, "ZLabel", true, "Y [m]"); + TestLabelControlVisibleValue(PropertyControl, "ZLabel", true, "Y (RD) [m]"); TestSpinEditVisibleEnabledValue(PropertyControl, "ZEdit", true, true, cpt, c => c.Y, 77.7); TestLabelControlVisibleValue(PropertyControl, "NameLabel", true, "Naam"); TestTextEditVisibleEnabledValue(PropertyControl, "NameEdit", true, false, cpt, c => c.Name, "NameTest");