**** Merged from MCS ****
[mono-project.git] / mcs / class / System / Test / System.Collections.Specialized / ChangeLog
blob58f347620b20710ed48ca6cbcd65587040721131
1 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
3         * HybridDictionaryTest.cs: Added cases with an non-empty dictionary.
4         * NameValueCollectionTest.cs: Added tests for CopyTo(Array,int). Added
5         test for remove (case insensitive).
7 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
9         * HybridDictionaryTest.cs: Added cases with an empty dictionary.
10         * NameValueCollectionTest.cs: Added tests to add and replace (set) 
11         existing values in collection. Added tests for CopyTo.
13 2004-01-01  Nick Drochak  <ndrochak@gol.com>
15         * BitVector32Test.cs: Test some more values less than 1.
17 2003-09-04  Duncan Mak  <duncan@ximian.com>
19         * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
20         TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>.
22         * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
23         tests from Alon Gazit <along@mainsoft.com>.
25 2002-06-24  Nick Drochak  <ndrochak@gol.com>
27         * BasicOperationsTest.cs: Make test pass on .NET 1.1.
29 2002-03-29  Nick Drochak  <ndrochak@gol.com>
31         * BasicOperationsTest.cs: Moved file here from root of Test dir
33 2002-06-24  Andrew Birkett <adb@tardis.ed.ac.uk>
35         * BitVector32Test.cs: New tests for sections and removed ^M's.
37 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
39         * Added NameValueCollectionTest.TestGetValues
41 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
43         * Moved StringCollectionTest.cs and NameValueCollectionTest to this dir