* FormTest.cs: Mark new test FormStartupPositionChangeTest as NotWorking to fix the monobuild. svn path=/trunk/mcs/; revision=74808
@@ -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
@@ -24,6 +24,7 @@ namespace MonoTests.System.Windows.Forms
{
[Test]
+ [Category ("NotWorking")]
public void FormStartupPositionChangeTest ()
using (Form frm = new Form ())