Browse Source

2007-01-31 Jonathan Pobst <[email protected]>

	* ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
	Mark BehaviorAutoSize as NotWorking, it is font dependent.

svn path=/trunk/mcs/; revision=72035
Jonathan Pobst 19 years ago
parent
commit
4f4dbf1d4d

+ 5 - 0
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog

@@ -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

+ 1 - 0
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripButtonTest.cs

@@ -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...

+ 1 - 0
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripItemTest.cs

@@ -819,6 +819,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...

+ 1 - 0
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripLabelTest.cs

@@ -235,6 +235,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...