2009-06-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / TestImageIndexConverter.cs
index 6ec68d48a0e162efe598c0cedd6a7d1174354ce6..583fb0c472d2205e9f702a109ae0944c1cc22f27 100644 (file)
 // Authors:
 //     Ravindra (rkumar@novell.com)
 //
-// $Revision: 1.1 $
-// $Modtime: $
-// $Log: TestImageIndexConverter.cs,v $
-// Revision 1.1  2004/08/27 22:17:37  ravindra
-// Adding test for ImageIndexConverter.cs
-//
-//
 //
 
 using NUnit.Framework;
@@ -40,7 +33,8 @@ using System.Globalization;
 namespace MonoTests.System.Windows.Forms
 {
        [TestFixture]   
-       public class ImageIndexConverterTest
+       [Ignore ("This test has to be completly reviewed")]     
+       public class ImageIndexConverterTest : TestHelper
        {
                ToolBarButton button;
                PropertyDescriptorCollection pdc;
@@ -53,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 ()
                {