Преглед изворни кода

2007-03-28 Jonathan Pobst <[email protected]>

	* ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
	some tests I didn't mean to commit yet.

svn path=/trunk/mcs/; revision=75106
Jonathan Pobst пре 19 година
родитељ
комит
cf62b944fc

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

@@ -1,3 +1,8 @@
+2007-03-28  Jonathan Pobst  <[email protected]>
+
+	* ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
+	some tests I didn't mean to commit yet.
+
 2007-03-28  Jonathan Pobst  <[email protected]>
 
 	* StatusStripTest.cs: Added.

+ 3 - 1
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripOverflowButtonTest.cs

@@ -32,7 +32,6 @@ using System.Text;
 using NUnit.Framework;
 using System.Drawing;
 using System.Windows.Forms;
-using System.ComponentModel;
 
 namespace MonoTests.System.Windows.Forms
 {
@@ -53,6 +52,7 @@ namespace MonoTests.System.Windows.Forms
 		}
 
 		[Test]
+		[Category ("NotWorking")]
 		public void Size2 ()
 		{
 			Form f = new Form ();
@@ -74,6 +74,7 @@ namespace MonoTests.System.Windows.Forms
 		}
 
 		[Test]
+		[Category ("NotWorking")]
 		public void MethodGetPreferredSize ()
 		{
 			Form f = new Form ();
@@ -97,6 +98,7 @@ namespace MonoTests.System.Windows.Forms
 		}
 		
 		[Test]
+		[Category ("NotWorking")]
 		public void BehaviorItemsOnOverflow ()
 		{
 			Form f = new Form ();

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

@@ -32,7 +32,6 @@ using System.Text;
 using NUnit.Framework;
 using System.Drawing;
 using System.Windows.Forms;
-using System.ComponentModel;
 
 namespace MonoTests.System.Windows.Forms
 {
@@ -40,6 +39,7 @@ namespace MonoTests.System.Windows.Forms
 	public class ToolStripOverflowTests
 	{
 		[Test]
+		[Category ("NotWorking")]
 		public void Constructor ()
 		{
 			ToolStripOverflow tso = (ToolStripOverflow)new ToolStrip ().OverflowButton.DropDown;