Index: src/Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs =================================================================== diff -u -r1090 -r1091 --- src/Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs (.../SosSoilProfile1DControlTest.cs) (revision 1090) +++ src/Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs (.../SosSoilProfile1DControlTest.cs) (revision 1091) @@ -38,11 +38,13 @@ TestTextEditVisibleEnabledValue(PropertyControl, "NameEdit", true, true, profile, p => p.Name, "NewName"); TestLabelControlVisibleValue(PropertyControl, "NameLabel", true, "Naam"); - // TestSpinEditVisibleEnabledValue(PropertyControl, "ProbabilityEdit", true, true, profile, p => p.ProbabilityOfOccurrence, 1.0); // TODO: Fails on Teamcity - // TestLabelControlVisibleValue(PropertyControl, "ProbabilityLabel", true, "Kans [-]"); // TODO: Fails on Teamcity + Thread.Sleep(100); + TestSpinEditVisibleEnabledValue(PropertyControl, "ProbabilityEdit", true, true, profile, p => p.ProbabilityOfOccurrence, 1.0); // TODO: Fails on Teamcity + TestLabelControlVisibleValue(PropertyControl, "ProbabilityLabel", true, "Kans [-]"); // TODO: Fails on Teamcity - // TestSpinEditVisibleEnabledValue(PropertyControl, "XEdit", true, true, profile, p => p.X, 1.0); // TODO: Fails on Teamcity - // TestLabelControlVisibleValue(PropertyControl, "XLabel", true, "X (RD) [m]"); // TODO: Fails on Teamcity + Thread.Sleep(100); + TestSpinEditVisibleEnabledValue(PropertyControl, "XEdit", true, true, profile, p => p.X, 1.0); // TODO: Fails on Teamcity + TestLabelControlVisibleValue(PropertyControl, "XLabel", true, "X (RD) [m]"); // TODO: Fails on Teamcity TestSpinEditVisibleEnabledValue(PropertyControl, "ZEdit", true, true, profile, p => p.Y, 1.0); TestLabelControlVisibleValue(PropertyControl, "ZLabel", true, "Y (RD) [m]");