2007-07-06 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Fri, 6 Jul 2007 14:42:46 +0000 (14:42 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Fri, 6 Jul 2007 14:42:46 +0000 (14:42 -0000)
* TableLayoutTest.cs: I had marked CellBorderTest as WM dependent when it
failed on the buildbots.  I just realized it was actually failing due to
a Label change I hadn't committed, which has now been committed.

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

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

index 54cd6b130328e7a597bfa3353bf4e9a335844957..626171f50cb35a6d82aaf9465a90ef86d76fd7ca 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: I had marked CellBorderTest as WM dependent when it
+       failed on the buildbots.  I just realized it was actually failing due to
+       a Label change I hadn't committed, which has now been committed.
+
 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
 
        [Various tests from my local tree]
index bbf72e7e0e5dbb88686a6182733d94de25c6aeba..d669dee4926dae3d819c1e80f98ce0f730766719 100644 (file)
@@ -922,9 +922,6 @@ namespace MonoTests.System.Windows.Forms
                [Test]  // From bug #81884\r
                public void CellBorderStyle ()\r
                {\r
-                       if (TestHelper.RunningOnUnix)\r
-                               Assert.Ignore ("Depends on WM, values correspond to windows");\r
-                       \r
                        Form f = new Form ();\r
                        f.ShowInTaskbar = false;\r
 \r