Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rf1bf048f691ca575f22e8807911ace0338fa425d -rcd7fd343b85d2c9272033a59a0f1bc50bc8a8d0d --- 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 cd7fd343b85d2c9272033a59a0f1bc50bc8a8d0d) @@ -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));