瀏覽代碼

temporary exclude HashSet.CopyTo test in JAVAEE environment.

svn path=/trunk/mcs/; revision=103270
Roei Erez 17 年之前
父節點
當前提交
8aa568dd5b

+ 4 - 0
mcs/class/System.Core/Test/System.Collections.Generic/ChangeLog

@@ -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>.

+ 1 - 0
mcs/class/System.Core/Test/System.Collections.Generic/HashSetTest.cs

@@ -96,6 +96,7 @@ namespace MonoTests.System.Collections.Generic {
 		}
 
 		[Test]
+		[Category("TargetJvmNotWorking")]
 		public void TestCopyTo ()
 		{
 			var data = new [] {1, 2, 3, 4, 5};