Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/BackgroundMapDataContextTreeNodeInfoTest.cs =================================================================== diff -u -rf35a1bdec32700c5cb0027d714c8a51dfc118e0d -rc0ee4bb48b50e51d1676bbffde1857f4e78ffc06 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/BackgroundMapDataContextTreeNodeInfoTest.cs (.../BackgroundMapDataContextTreeNodeInfoTest.cs) (revision f35a1bdec32700c5cb0027d714c8a51dfc118e0d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/BackgroundMapDataContextTreeNodeInfoTest.cs (.../BackgroundMapDataContextTreeNodeInfoTest.cs) (revision c0ee4bb48b50e51d1676bbffde1857f4e78ffc06) @@ -44,7 +44,7 @@ [TestFixture] public class BackgroundMapDataContextTreeNodeInfoTest : NUnitFormTest { - private readonly int selectContextMenuIndex = 0; + private const int selectContextMenuIndex = 0; [Test] public void Initialized_Always_ExpectedPropertiesSet() @@ -234,7 +234,6 @@ // Then Assert.AreSame(wmtsMapData, assessmentSection.BackgroundMapData.MapData); - Assert.IsTrue(assessmentSection.BackgroundMapData.MapData.IsVisible); } } mockRepository.VerifyAll(); @@ -342,7 +341,6 @@ // Then Assert.AreSame(wmtsMapData, assessmentSection.BackgroundMapData.MapData); - Assert.IsTrue(assessmentSection.BackgroundMapData.MapData.IsVisible); } } mockRepository.VerifyAll(); @@ -395,7 +393,6 @@ // Then Assert.AreEqual(wmtsMapData, assessmentSection.BackgroundMapData.MapData); - Assert.IsFalse(assessmentSection.BackgroundMapData.MapData.IsVisible); } } mockRepository.VerifyAll();