Index: src/Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs =================================================================== diff -u -r320 -r321 --- src/Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs (.../BoringLookup2DControlTest.cs) (revision 320) +++ src/Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs (.../BoringLookup2DControlTest.cs) (revision 321) @@ -1,5 +1,4 @@ -using System.Reflection; -using Deltares.Geotechnics; +using Deltares.Geotechnics; using NUnit.Framework; namespace Deltares.DSoilModel.Forms.Tests @@ -29,11 +28,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); - } - } }