2007-06-08 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Sat, 9 Jun 2007 04:22:14 +0000 (04:22 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Sat, 9 Jun 2007 04:22:14 +0000 (04:22 -0000)
* GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".

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

mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs

index c8ffd036f38652117cae581d6732f0b52c0cc6f6..be48c0cbd3a01c7d360d34cd549558c466c5e47a 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".
+
 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
 
        * GroupBoxTest.cs: Missed an if.
index 5f214e097a0c50f6e2575fd818e8a919ddf2331f..063277a6ecf9b6d9771d8d5ce7b5f57f4bb53f07 100644 (file)
@@ -63,7 +63,7 @@ namespace MonoTests.System.Windows.Forms
                [Test]
                public void AutoSize ()
                {
-                       if (!TestHelper.RunningOnUnix)
+                       if (TestHelper.RunningOnUnix)
                                Assert.Ignore ("Dependent on font height and theme, values are for windows.");
                                
                        Form f = new Form ();