Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r0abf371c5f6f450232d49f3c1a031476063ce04b -r12523c3e374d5e02309863685e7fd973778e8514 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 0abf371c5f6f450232d49f3c1a031476063ce04b) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 12523c3e374d5e02309863685e7fd973778e8514) @@ -35,6 +35,13 @@ [TestFixture] public class GrassCoverErosionInwardsFailureMechanismContextPropertiesTest { + private const int namePropertyIndex = 0; + private const int codePropertyIndex = 1; + private const int lengthEffectPropertyIndex = 2; + private const int frunupModelFactorPropertyIndex = 3; + private const int fbFactorPropertyIndex = 4; + private const int fnFactorPropertyIndex = 5; + private const int fshallowModelFactorPropertyIndex = 6; private MockRepository mockRepository; [SetUp] @@ -188,13 +195,5 @@ mockRepository.VerifyAll(); } - - private const int namePropertyIndex = 0; - private const int codePropertyIndex = 1; - private const int lengthEffectPropertyIndex = 2; - private const int frunupModelFactorPropertyIndex = 3; - private const int fbFactorPropertyIndex = 4; - private const int fnFactorPropertyIndex = 5; - private const int fshallowModelFactorPropertyIndex = 6; } } \ No newline at end of file