* ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs: Mark BehaviorAutoSize as NotWorking, it is font dependent. svn path=/trunk/mcs/; revision=72035
@@ -1,3 +1,8 @@
+2007-01-31 Jonathan Pobst <[email protected]>
+
+ * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
+ Mark BehaviorAutoSize as NotWorking, it is font dependent.
2007-01-29 Chris Toshok <[email protected]>
* ControlHandleTest.cs: make this compile against mono. we can
@@ -242,6 +242,7 @@ namespace MonoTests.System.Windows.Forms
}
[Test]
+ [NUnit.Framework.Category ("NotWorking")] // Font dependent, values are for win32
public void BehaviorAutoSize ()
{
// Lots of things depend on this, it needs to be 100% correct...
@@ -819,6 +819,7 @@ namespace MonoTests.System.Windows.Forms
@@ -235,6 +235,7 @@ namespace MonoTests.System.Windows.Forms