In Test/System.ComponentModel:
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2
3         * MaskedTextProviderTest.cs: Added.
4         * MaskedTextProviderTestGenerator.cs: Added.
5
6 2007-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * TypeDescriptorTests.cs: Use Assert instead of deriving from
9         deprecated Assertion. Added test for component that has a site without
10         an ITypeDescriptorFilterService. Fixes bug #80836.
11
12 2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
13
14         * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
15         excluded test which not working under TARGET_JVM
16
17 2007-01-29  Ilya Kharmatsky <ilyak -at- mainsoft.com>
18
19         * ToolboxItemAttributeTests.cs: excluded DefaultType test,
20         under TARGET_JVM
21
22 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
23
24         * ArrayConverterTests.cs: workaround not supported under TARGET_JVM
25         property 'ParamName' of System.ArgumentNullException
26
27 2007-01-20  Chris Toshok  <toshok@ximian.com>
28
29         * BindingListTest.cs: new tests for BindingList<T>
30
31 2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * TypeDescriptorTests.cs: Fix TestGetAttributes t16 as there can be
34         many [Designer] attributes and their order isn't deterministic (like
35         the test required).
36
37 2006-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
38
39         * ContainerTest.cs: Fixed compiler warning.
40
41 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
42
43         * DefaultBindingPropertyAttributeTest.cs: new tests.
44
45 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
46
47         * PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
48         accessibility of NestedClass, not caugh due to bug #80338.
49
50 2006-12-20  Chris Toshok  <toshok@ximian.com>
51
52         * AttributeProviderAttributeTest.cs: new tests.
53
54 2006-12-20  Chris Toshok  <toshok@ximian.com>
55
56         * ComplexBindingPropertiesAttributeTest.cs: add test for Default
57         field.
58
59 2006-12-20  Chris Toshok  <toshok@ximian.com>
60
61         * ComplexBindingPropertiesAttributeTest.cs: new tests.
62
63 2006-12-19  Chris Toshok  <toshok@ximian.com>
64
65         * PropertyDescriptorTests.cs: add some tests here because we were
66         generating an NRE for a missing type converter type.  MS doesn't -
67         it instead falls back to the converter for the property type.
68
69 2006-12-06  Chris Toshok  <toshok@ximian.com>
70
71         * PropertyDescriptorTests.cs: add a test to see if
72         ShouldSerializeValue's return value affects CanResetValue.
73
74 2006-12-06  Chris Toshok  <toshok@ximian.com>
75
76         * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
77         and CanResetValue on a class without ShouldSerialize/Reset
78         methods.
79
80 2006-12-06  Chris Toshok  <toshok@ximian.com>
81
82         * PropertyDescriptorTests.cs: flesh out these tests more with some
83         for ShouldSerialize and CanReset.
84
85 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
86
87         * CollectionConverterTest.cs: More test cases.
88
89 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
90
91         * ArrayConverterTests.cs: Added tests for ArrayConverter.
92
93 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
94
95         * CollectionConverterTest.cs: New. Some unit tests done while tracking
96         an issue.
97
98 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * System.ComponentModel/ContainerTest.cs: new test.
101
102 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
103
104         * TypeDescriptorTests.cs: test for overriden attributes.
105         Patch by Ivan N. Zlatev.
106
107 2006-05-22  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
110
111 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * ByteConverterTests.cs,
114           DecimalConverterTests.cs,
115           DoubleConverterTests.cs,
116           Int16ConverterTests.cs,
117           Int64ConverterTests.cs,
118           SByteConverterTests.cs,
119           SingleConverterTests.cs,
120           UInt16ConverterTests.cs,
121           UInt32ConverterTests.cs,
122           UInt64ConverterTests.cs:
123           ConvertToString() (test with custom culture) failed on .NET 2.0.
124           Fixed it by adding NumberFormat override in each test culture.
125
126 2006-03-11 Gert Driesen <drieseng@users.sourceforge.net>
127
128         * TypeDescriptorTests.cs: Added test for bug #76686.
129
130 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
131
132         * standalone_tests: TypeDescriptor performance test
133
134 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
135
136         * ContainerTest.cs: new test.
137
138 2005-09-29  Raja R Harinath  <harinath@gmail.com>
139
140         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
141         that require CurrentCulture _not_ to be InvariantCulture.
142         (ConvertToString_MaxValue): Likewise.
143
144 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
145
146         * TypeConverterTests.cs: Added tests for TypeConverter.
147         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
148         Collection.
149
150 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
151
152         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
153
154 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
155
156         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
157         tests with culture that has overriden GetFormat for NumberFormatInfo.
158         * DecimalConverterTests.cs: same.
159         * DoubleConverterTests.cs: same.
160         * Int16ConverterTests.cs: same.
161         * Int32ConverterTests.cs: same.
162         * Int64ConverterTests.cs: same.
163         * SByteConverterTests.cs: same.
164         * SingleConverterTests.cs: same.
165         * UInt16ConverterTests.cs: same.
166         * UInt32ConverterTests.cs: same.
167         * UInt64ConverterTests.cs: same.
168
169 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
170
171         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
172         * ByteConverterTests.cs: Added tests for hex string and min/max
173         conversions.
174         * Int16ConverterTests.cs: Added tests for hex string and min/max
175         conversions.
176         * Int32ConverterTests.cs: Added tests for hex string and min/max
177         conversions.
178         * DecimalConverterTests.cs: Added tests for DecimalConverter.
179         * DoubleConverterTests.cs: Added tests for DoubleConverter.
180         * Int64ConverterTests.cs: Added tests for Int64Converter.
181         * SByteConverterTests.cs: Added tests for SByteConverter.
182         * SingleConverterTests.cs: Added tests for SingleConverter.
183         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
184         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
185         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
186
187 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
188
189         * ByteConverterTests.cs: Added tests for ByteConverter.
190         * Int16ConverterTests.cs: Added tests for Int16Converter.
191         * Int32ConverterTests.cs: Added tests for Int32Converter.
192
193 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
194
195         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
196
197 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
198         
199         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
200         to pass on Mono and MS.NET.
201
202 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
203
204         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
205         a Type argument.
206
207 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
208
209         * TypeDescriptorTests.cs: Added tests for bug #71444
210
211 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
212
213         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
214           the component name returned for a component without a Site.
215
216 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
217
218         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
219
220 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
221
222         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
223
224 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
225
226         * LicenseManagerTests.cs: New. Unit tests.
227
228 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
229
230         * AllTests.cs:
231         * ChangeLog:
232         * EventHandlerListTests.cs: new test.
233