ChangeLog 810 B

123456789101112131415161718192021222324252627282930
  1. 2010-02-13 Gonzalo Paniagua Javier <[email protected]>
  2. * System.Collections.Generic/HashSetTest.cs: fix and test for bug
  3. #579791. Patch from Tiaan Geldenhuys.
  4. 2009-08-30 Zoltan Varga <[email protected]>
  5. * HashSetTest.cs: Fix warnings.
  6. 2009-07-30 Raja R Harinath <[email protected]>
  7. * HashSetTest.cs (Enumerate_Current): New test, including cases
  8. from #491858, #517415.
  9. 2009-07-09 Jb Evain <[email protected]>
  10. * HashSetTest.cs: add test for #520760, ICollection<T>.Add
  11. should not throw on duplicates.
  12. 2008-12-17 Jb Evain <[email protected]>
  13. * HashSetTest.cs: add test for CopyTo.
  14. 2008-05-15 Roei Erez <[email protected]>
  15. * HashSetTest.cs: temporary exclude CopyTo in JAVAEE environment
  16. 2007-11-28 Jb Evain <[email protected]>
  17. * HashSetTest.cs: tests for HashSet<T>.