2009-06-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / TestImageIndexConverter.cs
index 679dcef4ea27ac1e1edba4331dcba9a1ce4a4198..583fb0c472d2205e9f702a109ae0944c1cc22f27 100644 (file)
@@ -34,7 +34,7 @@ namespace MonoTests.System.Windows.Forms
 {
        [TestFixture]   
        [Ignore ("This test has to be completly reviewed")]     
-       public class ImageIndexConverterTest
+       public class ImageIndexConverterTest : TestHelper
        {
                ToolBarButton button;
                PropertyDescriptorCollection pdc;
@@ -47,12 +47,6 @@ namespace MonoTests.System.Windows.Forms
                        ic = (ImageIndexConverter) pdc.Find ("ImageIndex", true).Converter;
                }
 
-               [TearDown]
-               public void TearDown () { }
-
-               [SetUp]
-               public void SetUp () { }
-
                [Test]
                public void TestCanConvertFrom ()
                {