2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / Test / System.Collections.Specialized / ChangeLog
1 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
2
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).
6
7 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
8
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.
12
13 2004-01-01  Nick Drochak  <ndrochak@gol.com>
14
15         * BitVector32Test.cs: Test some more values less than 1.
16
17 2003-09-04  Duncan Mak  <duncan@ximian.com>
18
19         * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
20         TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>.
21
22         * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
23         tests from Alon Gazit <along@mainsoft.com>.
24
25 2002-06-24  Nick Drochak  <ndrochak@gol.com>
26
27         * BasicOperationsTest.cs: Make test pass on .NET 1.1.
28
29 2002-03-29  Nick Drochak  <ndrochak@gol.com>
30
31         * BasicOperationsTest.cs: Moved file here from root of Test dir
32
33 2002-06-24  Andrew Birkett <adb@tardis.ed.ac.uk>
34
35         * BitVector32Test.cs: New tests for sections and removed ^M's.
36
37 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
38
39         * Added NameValueCollectionTest.TestGetValues
40
41 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
42
43         * Moved StringCollectionTest.cs and NameValueCollectionTest to this dir