From: Jonathan Pobst Date: Sat, 9 Jun 2007 04:22:14 +0000 (-0000) Subject: 2007-06-08 Jonathan Pobst X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=f514aab35c57e64ae361d7069676cdb8ce7bf857;p=mono.git 2007-06-08 Jonathan Pobst * GroupBoxTest.cs: Argh! I cannot freaking get this right. Remove the "!". svn path=/trunk/mcs/; revision=79029 --- diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog index c8ffd036f38..be48c0cbd3a 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog @@ -1,3 +1,7 @@ +2007-06-08 Jonathan Pobst + + * GroupBoxTest.cs: Argh! I cannot freaking get this right. Remove the "!". + 2007-06-08 Jonathan Pobst * GroupBoxTest.cs: Missed an if. diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs index 5f214e097a0..063277a6ecf 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/GroupBoxTest.cs @@ -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 ();