* MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 22 Mar 2007 12:20:46 +0000 (12:20 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 22 Mar 2007 12:20:46 +0000 (12:20 -0000)
  monobuild for unknown reasons.
* FormTest.cs: Make Location NotWorking, it fails on monobuild for
  unknown reasons.

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

mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormTest.cs

index c007acc52f2212c1d1e6c4b20406a0cc694f1d81..e485a6c209f6b9b3bf3720dbfc6d2feb64304999 100644 (file)
@@ -1,3 +1,10 @@
+2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
+         monobuild for unknown reasons.
+       * FormTest.cs: Make Location NotWorking, it fails on monobuild for
+         unknown reasons.
+
 2007-03-22  Chris Toshok  <toshok@ximian.com>
 
        * FormTest.cs: enable Location test for #80052.
index 4ea0d8496ff4e339288441229589a0d145b398fd..d4b1f9777fc12647fda7fd5ecc8b42072897c861 100644 (file)
@@ -1091,6 +1091,7 @@ namespace MonoTests.System.Windows.Forms
                }
 
                [Test] // bug #80052
+               [Category ("NotWorking")]
                public void Location ()
                {
                        // 
index 113b59f5cd4d00b0840caf10a3582366dc90474a..eaa7d8973d06eb8115fd2fa6207614475cc42bb4 100644 (file)
@@ -212,6 +212,7 @@ namespace MonoTests.System.Windows.Forms
                        }
                }
                [Test]
+               [Category ("NotWorking")]
                public void StartLocationTest ()
                {
                        SetUp (false, false);