Index: src/Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs =================================================================== diff -u -r556 -r568 --- src/Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs (.../SpecificMechanismPointLocationControlTests.cs) (revision 556) +++ src/Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs (.../SpecificMechanismPointLocationControlTests.cs) (revision 568) @@ -27,7 +27,7 @@ PropertyControl.SelectedObject = m; - TestLabelControlVisibleValue(PropertyControl, "XcoordinateLabel", true, "X-coördinaat"); + TestLabelControlVisibleValue(PropertyControl, "XcoordinateLabel", true, "X-coördinaat [m]"); TestSpinEditVisibleEnabledValue(PropertyControl, "XcoordinateEdit", true, true, m, c => c.XCoordinate, 5.5); TestLabelControlVisibleValue(PropertyControl, "MechanismLabel", true, "Faalmechanisme"); TestComboBoxVisibleEnabledValue(PropertyControl, "MechanismEdit", true, true, m, c => c.Mechanism, Mechanism.Piping); Index: src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs =================================================================== diff -u -r555 -r568 --- src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs (.../CenterCrestLocationPropertyControlTest.cs) (revision 555) +++ src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs (.../CenterCrestLocationPropertyControlTest.cs) (revision 568) @@ -29,7 +29,7 @@ Assert.IsTrue(PropertyControl.IsVisible); TestSpinEditVisibleEnabledValue(PropertyControl, "XcoordinateEdit", true, true, location, x => x.Location, 2.34); - TestLabelControlVisibleValue(PropertyControl, "XcoordinateLabel", true, "X-coördinaat"); + TestLabelControlVisibleValue(PropertyControl, "XcoordinateLabel", true, "X-coördinaat [m]"); } [Test]