Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r68fb2bea16670fc88e626118a808560690610e57 -r613f38574532f8701c9cebefaae68d247d60333a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 68fb2bea16670fc88e626118a808560690610e57) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 613f38574532f8701c9cebefaae68d247d60333a) @@ -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));