<03.05.07 by : Yoni <Yonik@mainsoft.com >
authorYoni Klain <yonik@mono-cvs.ximian.com>
Thu, 3 May 2007 09:48:04 +0000 (09:48 -0000)
committerYoni Klain <yonik@mono-cvs.ximian.com>
Thu, 3 May 2007 09:48:04 +0000 (09:48 -0000)
Remove #if TARGET_JVM: TD #7164

svn path=/trunk/mcs/; revision=76601

mcs/class/System.Web/Test/System.Web.UI.WebControls/CheckBoxListTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/ListBoxTest.cs

index 15dc67aa631e8f4082c4598f0e674d2024653012..478209494f5184b3d84ebf35df20ece2fd24e18f 100644 (file)
@@ -517,9 +517,6 @@ namespace MonoTests.System.Web.UI.WebControls {
             }
         }
         [Test]
-#if TARGET_JVM
-       [Ignore ("TD #7164")]
-#endif
         public void VerifyMultiSelectTest()
         {
             TestCheckBoxList list = new TestCheckBoxList();
@@ -531,8 +528,6 @@ namespace MonoTests.System.Web.UI.WebControls {
                        WebTest.Unload ();
                }
 #endif
-
-               
        }
 }
 
index 9c3fab54c6c0d95350a3777d7716b945570fd4f2..269d2c3bcc3e04604534b38a981fa32c0df9f846 100644 (file)
@@ -367,9 +367,6 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 #if NET_2_0
         [Test]
-#if TARGET_JVM
-       [Ignore ("TD #7164")]
-#endif
         public void VerifyMultiSelectPositive()
         {
             ListBoxPoker list = new ListBoxPoker();