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