Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs =================================================================== diff -u -r1a58b28b44751189866edabb37dd1679d06fe63d -r613f38574532f8701c9cebefaae68d247d60333a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs (.../HydraulicBoundaryLocationsViewTest.cs) (revision 1a58b28b44751189866edabb37dd1679d06fe63d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/HydraulicBoundaryLocationsViewTest.cs (.../HydraulicBoundaryLocationsViewTest.cs) (revision 613f38574532f8701c9cebefaae68d247d60333a) @@ -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();