Sfoglia il codice sorgente

* FormTest.cs: Enabled test for bug #80773.

svn path=/trunk/mcs/; revision=75892
Gert Driesen 19 anni fa
parent
commit
04030c6002

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

@@ -1,3 +1,7 @@
+2007-04-18  Gert Driesen  <[email protected]>
+
+	* FormTest.cs: Enabled test for bug #80773.
+
 2007-04-17  Chris Toshok  <[email protected]>
 
 	* BindingTest.cs: remove the NotWorking from

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

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