Bläddra i källkod

* MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
to get in.

svn path=/trunk/mcs/; revision=74480

Rolf Bjarne Kvinge 19 år sedan
förälder
incheckning
f41d7a83eb

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

@@ -1,3 +1,8 @@
+2007-03-16  Rolf Bjarne Kvinge <[email protected]> 
+
+	* MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
+	  to get in.
+
 2007-03-16  Rolf Bjarne Kvinge <[email protected]> 
 
 	* MdiFormTest.cs, ControlTest.cs: Remove a warning.

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

@@ -893,6 +893,7 @@ namespace MonoTests.System.Windows.Forms
 		}
 		
 		[Test]
+		[Category ("NotWorking")]
 		public void TopLevelTest ()
 		{
 			Form main, child1;