Index: src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs =================================================================== diff -u -r501 -r515 --- src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs (.../CptControlTests.cs) (revision 501) +++ src/Deltares.DSoilModel.Forms.Tests/CptControlTests.cs (.../CptControlTests.cs) (revision 515) @@ -15,7 +15,6 @@ } [Test] - [Category(Categories.WorkInProgress)] // see issue MDNLIB-797 public void ControlBindingsTest() { var cpt = new ConePenetrationTestData @@ -40,10 +39,10 @@ TestLabelControlVisibleValue(PropertyControl, "DescriptionLabel", true, "Beschrijving"); TestTextEditVisibleEnabledValue(PropertyControl, "DescriptionEdit", true, true, cpt, c => c.Description, "DescrTest"); - TestLabelControlVisibleValue(PropertyControl, "GroundLevelLabel", true, "Niveau maaiveld [m]"); // Fails due to MDNLIB-797 + TestLabelControlVisibleValue(PropertyControl, "GroundLevelLabel", true, "Niveau maaiveld [m NAP]"); TestSpinEditVisibleEnabledValue(PropertyControl, "GroundLevelEdit", true, false, cpt, c => c.GroundLevel, 88.8); - TestLabelControlVisibleValue(PropertyControl, "PreExcavationLabel", true, "Voorontgraving [m]"); // Fails due to MDNLIB-797 + TestLabelControlVisibleValue(PropertyControl, "PreExcavationLabel", true, "Voorontgraving [m]"); TestSpinEditVisibleEnabledValue(PropertyControl, "PreExcavationEdit", true, false, cpt, c => c.PreExcavation, 99.9); TestGridVisibleEnabledSize(PropertyControl, "CptValuesGridControl", true, true, 4, 5);