svn path=/trunk/mcs/; revision=103270
@@ -1,3 +1,7 @@
+2008-05-15 Roei Erez <[email protected]>
+
+ * HashSetTest.cs: temporary exclude CopyTo in JAVAEE environment
2007-11-28 Jb Evain <[email protected]>
* HashSetTest.cs: tests for HashSet<T>.
@@ -96,6 +96,7 @@ namespace MonoTests.System.Collections.Generic {
}
[Test]
+ [Category("TargetJvmNotWorking")]
public void TestCopyTo ()
{
var data = new [] {1, 2, 3, 4, 5};