ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 2004-06-14 Sebastien Pouliot <[email protected]>
  2. * HybridDictionaryTest.cs: Added cases with an non-empty dictionary.
  3. * NameValueCollectionTest.cs: Added tests for CopyTo(Array,int). Added
  4. test for remove (case insensitive).
  5. 2004-06-05 Sebastien Pouliot <[email protected]>
  6. * HybridDictionaryTest.cs: Added cases with an empty dictionary.
  7. * NameValueCollectionTest.cs: Added tests to add and replace (set)
  8. existing values in collection. Added tests for CopyTo.
  9. 2004-01-01 Nick Drochak <[email protected]>
  10. * BitVector32Test.cs: Test some more values less than 1.
  11. 2003-09-04 Duncan Mak <[email protected]>
  12. * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
  13. TestCreateSection): new tests from Alon Gazit <[email protected]>.
  14. * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
  15. tests from Alon Gazit <[email protected]>.
  16. 2002-06-24 Nick Drochak <[email protected]>
  17. * BasicOperationsTest.cs: Make test pass on .NET 1.1.
  18. 2002-03-29 Nick Drochak <[email protected]>
  19. * BasicOperationsTest.cs: Moved file here from root of Test dir
  20. 2002-06-24 Andrew Birkett <[email protected]>
  21. * BitVector32Test.cs: New tests for sections and removed ^M's.
  22. 2002-05-11 Lawrence Pit <[email protected]>
  23. * Added NameValueCollectionTest.TestGetValues
  24. 2002-05-09 Lawrence Pit <[email protected]>
  25. * Moved StringCollectionTest.cs and NameValueCollectionTest to this dir