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