Index: src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs =================================================================== diff -u -r312 -r317 --- src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs (.../CenterCrestLocationPropertyControlTest.cs) (revision 312) +++ src/Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs (.../CenterCrestLocationPropertyControlTest.cs) (revision 317) @@ -24,8 +24,8 @@ Assert.IsTrue(control.IsVisible); - TestSpinEditVisibleEnabledValue(control, "XcoordinateEdit", true, true, 1.23, 2.34); - TestLabelControlVisibleValue(control, "XcoordinateLabel", true, "Location"); + TestSpinEditVisibleEnabledValue(control, "XcoordinateEdit", true, true, location, x => x.Location, 2.34); + TestLabelControlVisibleValue(control, "XcoordinateLabel", true, "Locatie"); } } }