Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionCommentContextTreeNodeInfoTest.cs =================================================================== diff -u -r504f726111ede24adc838a345fdcd1c47227c79b -r48e25b3492e67a3e4f7220ed1740c0306e79f0ce --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionCommentContextTreeNodeInfoTest.cs (.../AssessmentSectionCommentContextTreeNodeInfoTest.cs) (revision 504f726111ede24adc838a345fdcd1c47227c79b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionCommentContextTreeNodeInfoTest.cs (.../AssessmentSectionCommentContextTreeNodeInfoTest.cs) (revision 48e25b3492e67a3e4f7220ed1740c0306e79f0ce) @@ -73,6 +73,7 @@ Assert.IsNull(info.CanDrop); Assert.IsNull(info.CanInsert); Assert.IsNull(info.OnDrop); + Assert.IsNull(info.ForeColor); } [Test] @@ -108,22 +109,6 @@ } [Test] - public void ForeColor_Always_GrayText() - { - // Setup - var assessmentSectionMock = mocks.StrictMock(); - var context = new AssessmentSectionCommentContext(assessmentSectionMock); - - mocks.ReplayAll(); - - // Call - var color = info.ForeColor(context); - - // Assert - Assert.AreEqual(Color.FromKnownColor(KnownColor.GrayText), color); - } - - [Test] public void ContextMenuStrip_Always_CallsBuilder() { // Setup