Sfoglia il codice sorgente

* RichTextBoxTest.cs: Marked failing test NotWorking.

svn path=/trunk/mcs/; revision=74598
Gert Driesen 19 anni fa
parent
commit
32fd5baf8e

+ 4 - 0
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog

@@ -1,3 +1,7 @@
+2007-03-19  Gert Driesen  <[email protected]>
+
+	* RichTextBoxTest.cs: Marked failing test NotWorking.
+
 2007-03-19  Rolf Bjarne Kvinge <[email protected]> 
 
 	* ControlTest.cs: Added InvokeTestParentHandle.

+ 1 - 0
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RichTextBoxTest.cs

@@ -196,6 +196,7 @@ namespace MonoTests.System.Windows.Forms
 		}
 
 		[Test]
+		[Category ("NotWorking")]
 		public void ReadOnly_BackColor_NotSet ()
 		{
 			RichTextBox rtb = new RichTextBox ();