Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs =================================================================== diff -u -rb30d9e315f8e6dea8e7bd841237242deebf5f380 -r24da3aa72ccc0776599628c9f971081694048d9a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs (.../HydraulicBoundaryLocationsViewTest.cs) (revision b30d9e315f8e6dea8e7bd841237242deebf5f380) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs (.../HydraulicBoundaryLocationsViewTest.cs) (revision 24da3aa72ccc0776599628c9f971081694048d9a) @@ -44,6 +44,10 @@ [TestFixture] public class HydraulicBoundaryLocationsViewTest { + private const int locationCalculateColumnIndex = 0; + private const int locationNameColumnIndex = 1; + private const int locationIdColumnIndex = 2; + private const int locationColumnIndex = 3; private Form testForm; [SetUp] @@ -402,11 +406,6 @@ Assert.DoesNotThrow(test); } - private const int locationCalculateColumnIndex = 0; - private const int locationNameColumnIndex = 1; - private const int locationIdColumnIndex = 2; - private const int locationColumnIndex = 3; - private TestHydraulicBoundaryLocationsView ShowTestHydraulicBoundaryLocationsView() { var view = new TestHydraulicBoundaryLocationsView();