Index: src/Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs =================================================================== diff -u --- src/Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs (revision 0) +++ src/Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs (revision 319) @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Deltares.DSoilModel.Forms.Tests +{ + class SoilProfile1DLookup2DControlTest + { + } +} Index: src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj =================================================================== diff -u -r310 -r319 --- src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj (.../Deltares.DSoilModel.Forms.Tests.csproj) (revision 310) +++ src/Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj (.../Deltares.DSoilModel.Forms.Tests.csproj) (revision 319) @@ -95,6 +95,7 @@ + Index: src/Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs =================================================================== diff -u -r318 -r319 --- src/Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs (.../BoringLookup2DControlTest.cs) (revision 318) +++ src/Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs (.../BoringLookup2DControlTest.cs) (revision 319) @@ -29,11 +29,5 @@ TestLabelControlVisibleValue(control, "XLabel", true, "Lokale x [-]"); // unit should be [m], see issue MDNLIB-796 }; } - - private object GetPrivateField(object control, string field) - { - return control.GetType().GetField(field, BindingFlags.NonPublic | BindingFlags.Instance).GetValue(control); - } - } }