New test.
[mono.git] / mcs / class / System / Test / System.Collections.Specialized / ChangeLog
1 2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * BitVector32Cas.cs: New. CAS unit tests.
4         * BitVector32Test.cs: More test cases to increase coverage.
5         * CollectionsUtilCas.cs: New. CAS unit tests.
6         * HybridDictionaryCas.cs: New. CAS unit tests.
7         * HybridDictionaryTest.cs: More test cases to increase coverage.
8         * ListDictionaryCas.cs: New. CAS unit tests.
9         * ListDictionaryTest.cs: More test cases to increase coverage.
10         * NameObjectCollectionBaseCas.cs: New. CAS unit tests.
11         * NameObjectCollectionBaseTest.cs: New. Unit tests.
12         * NameValueCollectionCas.cs: New. CAS unit tests.
13         * NameValueCollectionTest.cs: More test cases to increase coverage.
14         * OrderedDictionaryCas.cs: New. CAS unit tests.
15         * OrderedDictionaryTest.cs: New. Unit tests.
16         * StringCollectionCas.cs: New. CAS unit tests.
17         * StringCollectionTest.cs: More test cases to increase coverage.
18         * StringDictionaryCas.cs: New. CAS unit tests.
19         * StringDictionaryTest.cs: New. Unit tests.
20
21 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * HybridDictionaryTest.cs: Added cases with an non-empty dictionary.
24         * NameValueCollectionTest.cs: Added tests for CopyTo(Array,int). Added
25         test for remove (case insensitive).
26
27 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * HybridDictionaryTest.cs: Added cases with an empty dictionary.
30         * NameValueCollectionTest.cs: Added tests to add and replace (set) 
31         existing values in collection. Added tests for CopyTo.
32
33 2004-01-01  Nick Drochak  <ndrochak@gol.com>
34
35         * BitVector32Test.cs: Test some more values less than 1.
36
37 2003-09-04  Duncan Mak  <duncan@ximian.com>
38
39         * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
40         TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>.
41
42         * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
43         tests from Alon Gazit <along@mainsoft.com>.
44
45 2002-06-24  Nick Drochak  <ndrochak@gol.com>
46
47         * BasicOperationsTest.cs: Make test pass on .NET 1.1.
48
49 2002-03-29  Nick Drochak  <ndrochak@gol.com>
50
51         * BasicOperationsTest.cs: Moved file here from root of Test dir
52
53 2002-06-24  Andrew Birkett <adb@tardis.ed.ac.uk>
54
55         * BitVector32Test.cs: New tests for sections and removed ^M's.
56
57 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
58
59         * Added NameValueCollectionTest.TestGetValues
60
61 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
62
63         * Moved StringCollectionTest.cs and NameValueCollectionTest to this dir