Procházet zdrojové kódy

2007-03-22 Jonathan Pobst <[email protected]>

	* FormTest.cs: Mark new test FormStartupPositionChangeTest as 
	NotWorking to fix the monobuild.

svn path=/trunk/mcs/; revision=74808
Jonathan Pobst před 19 roky
rodič
revize
9c35f7b738

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

@@ -1,3 +1,8 @@
+2007-03-22  Jonathan Pobst  <[email protected]>
+
+	* FormTest.cs: Mark new test FormStartupPositionChangeTest as 
+	NotWorking to fix the monobuild.
+
 2007-03-22  Rolf Bjarne Kvinge <[email protected]> 
 
 	* MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on

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

@@ -24,6 +24,7 @@ namespace MonoTests.System.Windows.Forms
 	{
 	
 		[Test]
+		[Category ("NotWorking")]
 		public void FormStartupPositionChangeTest ()
 		{
 			using (Form frm = new Form ())