2009-06-26 Robert Jordan * BitVector32Test.cs, NameValueCollectionTest.cs: Upgrade to new NUnit style. 2008-08-21 Scott Peterson * BitVector32Test.cs: Added test to make sure illegal sections cannot be created. 2008-01-07 Gert Driesen * NameObjectCollectionBaseTest.cs: Add tests for argument checking in GetObjectData, Add, Clear, Remove, RemoveAt, Set and CopyTo. 2007-04-29 Ilya Kharmatsky * NameValueCollectionTest.cs: Added test which checks proper exception handling in several constructors and CopyTo method, under NET_2_0 target. 2005-11-30 Sebastien Pouliot * BitVector32Cas.cs: New. CAS unit tests. * BitVector32Test.cs: More test cases to increase coverage. * CollectionsUtilCas.cs: New. CAS unit tests. * HybridDictionaryCas.cs: New. CAS unit tests. * HybridDictionaryTest.cs: More test cases to increase coverage. * ListDictionaryCas.cs: New. CAS unit tests. * ListDictionaryTest.cs: More test cases to increase coverage. * NameObjectCollectionBaseCas.cs: New. CAS unit tests. * NameObjectCollectionBaseTest.cs: New. Unit tests. * NameValueCollectionCas.cs: New. CAS unit tests. * NameValueCollectionTest.cs: More test cases to increase coverage. * OrderedDictionaryCas.cs: New. CAS unit tests. * OrderedDictionaryTest.cs: New. Unit tests. * StringCollectionCas.cs: New. CAS unit tests. * StringCollectionTest.cs: More test cases to increase coverage. * StringDictionaryCas.cs: New. CAS unit tests. * StringDictionaryTest.cs: New. Unit tests. 2004-06-14 Sebastien Pouliot * 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 * 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 * BitVector32Test.cs: Test some more values less than 1. 2003-09-04 Duncan Mak * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer, TestCreateSection): new tests from Alon Gazit . * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with tests from Alon Gazit . 2002-06-24 Nick Drochak * BasicOperationsTest.cs: Make test pass on .NET 1.1. 2002-03-29 Nick Drochak * BasicOperationsTest.cs: Moved file here from root of Test dir 2002-06-24 Andrew Birkett * BitVector32Test.cs: New tests for sections and removed ^M's. 2002-05-11 Lawrence Pit * Added NameValueCollectionTest.TestGetValues 2002-05-09 Lawrence Pit * Moved StringCollectionTest.cs and NameValueCollectionTest to this dir