Przeglądaj źródła

* ControlTest.cs: Enabled test for bug #80280.

svn path=/trunk/mcs/; revision=69991
Gert Driesen 19 lat temu
rodzic
commit
d1a47dc340

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

@@ -1,3 +1,7 @@
+2006-12-23  Gert Driesen  <[email protected]>
+
+	* ControlTest.cs: Enabled test for bug #80280.
+
 2006-12-21  Gert Driesen  <[email protected]>
 
 	* RichTextBoxTest.cs: Added test for bug #80301.

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

@@ -1044,7 +1044,6 @@ namespace MonoTests.System.Windows.Forms
 		}
 
 		[Test] // bug #80280
-		[Category ("NotWorking")]
 		public void Validated_Multiple_Containers ()
 		{
 			Form form = new Form ();