Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Core/Test/System.Collections.Generic/ChangeLog')
-rw-r--r--mcs/class/System.Core/Test/System.Collections.Generic/ChangeLog30
1 files changed, 0 insertions, 30 deletions
diff --git a/mcs/class/System.Core/Test/System.Collections.Generic/ChangeLog b/mcs/class/System.Core/Test/System.Collections.Generic/ChangeLog
deleted file mode 100644
index f05e5271321..00000000000
--- a/mcs/class/System.Core/Test/System.Collections.Generic/ChangeLog
+++ /dev/null
@@ -1,30 +0,0 @@
-2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
-
- * System.Collections.Generic/HashSetTest.cs: fix and test for bug
- #579791. Patch from Tiaan Geldenhuys.
-
-2009-08-30 Zoltan Varga <vargaz@gmail.com>
-
- * HashSetTest.cs: Fix warnings.
-
-2009-07-30 Raja R Harinath <harinath@hurrynot.org>
-
- * HashSetTest.cs (Enumerate_Current): New test, including cases
- from #491858, #517415.
-
-2009-07-09 Jb Evain <jbevain@novell.com>
-
- * HashSetTest.cs: add test for #520760, ICollection<T>.Add
- should not throw on duplicates.
-
-2008-12-17 Jb Evain <jbevain@novell.com>
-
- * HashSetTest.cs: add test for CopyTo.
-
-2008-05-15 Roei Erez <roeie@mainsoft.com>
-
- * HashSetTest.cs: temporary exclude CopyTo in JAVAEE environment
-
-2007-11-28 Jb Evain <jbevain@novell.com>
-
- * HashSetTest.cs: tests for HashSet<T>.