2009-06-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ToolStripComboBoxTest.cs
index b1134b3d36682bbcd976673225cbd588052d3b74..67d75278aee3ebd1a2d78dab356a6e8de58b7404 100644 (file)
@@ -36,7 +36,7 @@ using System.Windows.Forms;
 namespace MonoTests.System.Windows.Forms
 {
        [TestFixture]
-       public class ToolStripComboBoxTests
+       public class ToolStripComboBoxTests : TestHelper
        {
                [Test]
                public void Constructor ()
@@ -103,7 +103,6 @@ namespace MonoTests.System.Windows.Forms
                //}
 
                [Test]
-               [Ignore ("Need DropDownHeight implemented in 2.0 ComboBox")]
                public void PropertyDropDownHeight ()
                {
                        ToolStripComboBox tsi = new ToolStripComboBox ();