Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r7a61196d689922cf6df102fb0d81c43267c7b22b -rcd7fd343b85d2c9272033a59a0f1bc50bc8a8d0d --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 7a61196d689922cf6df102fb0d81c43267c7b22b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision cd7fd343b85d2c9272033a59a0f1bc50bc8a8d0d) @@ -47,6 +47,7 @@ [TestFixture] public class DesignWaterLevelLocationsContextTreeNodeInfoTest : NUnitFormTest { + private const int contextMenuRunAssessmentLevelCalculationsIndex = 1; private MockRepository mockRepository; [SetUp] @@ -337,8 +338,6 @@ mockRepository.VerifyAll(); } - private const int contextMenuRunAssessmentLevelCalculationsIndex = 1; - private static TreeNodeInfo GetInfo(RingtoetsPlugin plugin) { return plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(DesignWaterLevelLocationsContext));