2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / System / Test / System.Collections.Specialized / ChangeLog
1 2008-08-21  Scott Peterson  <lunchtimemama@gmail.com>
2
3         * BitVector32Test.cs: Added test to make sure illegal sections cannot
4           be created.
5
6 2008-01-07  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * NameObjectCollectionBaseTest.cs: Add tests for argument checking in
9         GetObjectData, Add, Clear, Remove, RemoveAt, Set and CopyTo. 
10
11 2007-04-29  Ilya Kharmatsky <ilyak@mainsoft.com>
12
13         * NameValueCollectionTest.cs: Added test which checks proper exception
14         handling in several constructors and CopyTo method, under NET_2_0
15         target.
16
17 2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * BitVector32Cas.cs: New. CAS unit tests.
20         * BitVector32Test.cs: More test cases to increase coverage.
21         * CollectionsUtilCas.cs: New. CAS unit tests.
22         * HybridDictionaryCas.cs: New. CAS unit tests.
23         * HybridDictionaryTest.cs: More test cases to increase coverage.
24         * ListDictionaryCas.cs: New. CAS unit tests.
25         * ListDictionaryTest.cs: More test cases to increase coverage.
26         * NameObjectCollectionBaseCas.cs: New. CAS unit tests.
27         * NameObjectCollectionBaseTest.cs: New. Unit tests.
28         * NameValueCollectionCas.cs: New. CAS unit tests.
29         * NameValueCollectionTest.cs: More test cases to increase coverage.
30         * OrderedDictionaryCas.cs: New. CAS unit tests.
31         * OrderedDictionaryTest.cs: New. Unit tests.
32         * StringCollectionCas.cs: New. CAS unit tests.
33         * StringCollectionTest.cs: More test cases to increase coverage.
34         * StringDictionaryCas.cs: New. CAS unit tests.
35         * StringDictionaryTest.cs: New. Unit tests.
36
37 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * HybridDictionaryTest.cs: Added cases with an non-empty dictionary.
40         * NameValueCollectionTest.cs: Added tests for CopyTo(Array,int). Added
41         test for remove (case insensitive).
42
43 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * HybridDictionaryTest.cs: Added cases with an empty dictionary.
46         * NameValueCollectionTest.cs: Added tests to add and replace (set) 
47         existing values in collection. Added tests for CopyTo.
48
49 2004-01-01  Nick Drochak  <ndrochak@gol.com>
50
51         * BitVector32Test.cs: Test some more values less than 1.
52
53 2003-09-04  Duncan Mak  <duncan@ximian.com>
54
55         * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
56         TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>.
57
58         * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
59         tests from Alon Gazit <along@mainsoft.com>.
60
61 2002-06-24  Nick Drochak  <ndrochak@gol.com>
62
63         * BasicOperationsTest.cs: Make test pass on .NET 1.1.
64
65 2002-03-29  Nick Drochak  <ndrochak@gol.com>
66
67         * BasicOperationsTest.cs: Moved file here from root of Test dir
68
69 2002-06-24  Andrew Birkett <adb@tardis.ed.ac.uk>
70
71         * BitVector32Test.cs: New tests for sections and removed ^M's.
72
73 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
74
75         * Added NameValueCollectionTest.TestGetValues
76
77 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
78
79         * Moved StringCollectionTest.cs and NameValueCollectionTest to this dir