Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsDikeProfileSelectionViewTest.cs =================================================================== diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r12523c3e374d5e02309863685e7fd973778e8514 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsDikeProfileSelectionViewTest.cs (.../GrassCoverErosionInwardsDikeProfileSelectionViewTest.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsDikeProfileSelectionViewTest.cs (.../GrassCoverErosionInwardsDikeProfileSelectionViewTest.cs) (revision 12523c3e374d5e02309863685e7fd973778e8514) @@ -34,6 +34,8 @@ [TestFixture] public class GrassCoverErosionInwardsDikeProfileSelectionViewTest { + private const int dikeProfileNameColumnIndex = 1; + private const int selectedColumnIndex = 0; private Form testForm; [SetUp] @@ -281,9 +283,6 @@ Assert.IsEmpty(dikeProfiles); } - private const int dikeProfileNameColumnIndex = 1; - private const int selectedColumnIndex = 0; - private DikeProfile CreateTestDikeProfile(string name = null) { return new DikeProfile(new Point2D(0, 0), new RoughnessPoint[0], new Point2D[0],