Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rf1bf048f691ca575f22e8807911ace0338fa425d -r613f38574532f8701c9cebefaae68d247d60333a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs (.../FailureMechanismContextTreeNodeInfoTest.cs) (revision f1bf048f691ca575f22e8807911ace0338fa425d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs (.../FailureMechanismContextTreeNodeInfoTest.cs) (revision 613f38574532f8701c9cebefaae68d247d60333a) @@ -50,6 +50,7 @@ [TestFixture] public class FailureMechanismContextTreeNodeInfoTest { + private const int contextMenuRelevancyIndex = 0; private MockRepository mocks; [SetUp] @@ -514,8 +515,6 @@ mocks.VerifyAll(); } - private const int contextMenuRelevancyIndex = 0; - private TreeNodeInfo GetInfo(RingtoetsPlugin plugin) { return plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(FailureMechanismContext));