* PropertyDescriptorCollection.cs: optimized Find method, removed culture sensitive...
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2007-12-25  Vladimir Krasnov  <vladimirk@mainsoft.com>
2
3         * PropertyDescriptorCollectionTests.cs: added test for Find method
4
5 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * Win32ExceptionTest.cs: Added ctor tests.
8
9 2007-11-15  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * PropertyDescriptorTests.cs: Added tests for AddValueChanged,
12         GetInvocationTarget, GetValueChangedHandler and RemoveValueChanged.
13
14 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * InvalidEnumArgumentExceptionTest.cs: Added ctor tests.
17
18 2007-10-29  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * ContainerTest.cs : added test for ValidateName().
21
22 2007-09-28  Jb Evain  <jbevain@novell.com>
23
24         * TypeConverterTests.cs: test case for bug #329450.
25
26 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
27
28         * AsyncOperationManagerTest.cs: Add test for SynchronizationContext.
29
30 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
31
32         * ComponentResourceManagerTest.cs: Added tests for ctors,
33         ApplyResources and IgnoreCase.
34
35 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
36
37         * EnumConverterTest.cs: Enabled test for converting flag enum from
38         string. Made tests less strict.
39
40 2007-08-31  Gert Driesen  <drieseng@users.sourceforge.net>
41
42         * TypeConverterTest.cs: Added tests for GetConvertFromException and
43         GetConvertToException.
44         * EnumConverterTest.cs: Enabled test for converting flag enums to
45         InstanceDescriptor.
46
47 2007-08-25  Ivan N. Zlatev  <contact@i-nz.net>
48
49         * NestedContainerTest.cs: add.
50
51 2007-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
52
53         * EnumConverterTests.cs: Added tests for EnumConverter.
54
55 2007-08-19  Ivan N. Zlatev  <contact@i-nz.net>
56
57         * ReflectionPropertyDescriptorTests.cs: For read-only properties,
58         ShouldSerializeValue must also check for 
59         DesignerSerializationVisibility.Content and if present return true.
60
61 2007-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
62
63         * TypeDescriptorTests: Removed Ivan's local Category.
64
65 2007-08-19  Ivan N. Zlatev  <contact@i-nz.net>
66
67         * TypeDescriptorTests.cs: new test to verify that GetProperties returns 
68         only the last type's implementation of a property with a matching name 
69         in the base types.
70
71 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * BackgroundWorkerTest.cs : new test to clear some doubts on impl.
74
75 2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
76
77         * DisplayNameAttribute.cs: Added ctor tests. Fixed tests to pass on
78         MS (now that our implementation matches that of MS). Added tests
79         for Default, GetHashCode and Equals.
80
81 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
82
83         * PropertyDescriptorTests.cs: Added test for ShouldSerializeValue
84         behavior with read-only properties.
85
86 2007-07-13  Gert Driesen  <drieseng@users.sourceforge.net>
87
88         * PropertyDescriptorTests.cs: Added tests for Igor's fixes for
89         ShouldSerializeValue.
90
91 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
92
93         * PropertyDescriptorTests.cs: Added GetEditorTest.
94
95 2006-05-31  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * LookupBindingPropertiesAttributeTest.cs:
98           test GetHashCode() as well.
99
100 2007-05-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>
101
102         * LookupBindingPropertiesAttributeTest.cs: Added.
103
104 2007-05-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>
105
106         * MaskedTextProviderTest.cs: New test.
107
108 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
109
110         * MaskedTextProviderTest.cs: Added.
111         * MaskedTextProviderTestGenerator.cs: Added.
112
113 2007-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
114
115         * TypeDescriptorTests.cs: Use Assert instead of deriving from
116         deprecated Assertion. Added test for component that has a site without
117         an ITypeDescriptorFilterService. Fixes bug #80836.
118
119 2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
120
121         * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
122         excluded test which not working under TARGET_JVM
123
124 2007-01-29  Ilya Kharmatsky <ilyak -at- mainsoft.com>
125
126         * ToolboxItemAttributeTests.cs: excluded DefaultType test,
127         under TARGET_JVM
128
129 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
130
131         * ArrayConverterTests.cs: workaround not supported under TARGET_JVM
132         property 'ParamName' of System.ArgumentNullException
133
134 2007-01-20  Chris Toshok  <toshok@ximian.com>
135
136         * BindingListTest.cs: new tests for BindingList<T>
137
138 2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
139
140         * TypeDescriptorTests.cs: Fix TestGetAttributes t16 as there can be
141         many [Designer] attributes and their order isn't deterministic (like
142         the test required).
143
144 2006-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
145
146         * ContainerTest.cs: Fixed compiler warning.
147
148 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
149
150         * DefaultBindingPropertyAttributeTest.cs: new tests.
151
152 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
153
154         * PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
155         accessibility of NestedClass, not caugh due to bug #80338.
156
157 2006-12-20  Chris Toshok  <toshok@ximian.com>
158
159         * AttributeProviderAttributeTest.cs: new tests.
160
161 2006-12-20  Chris Toshok  <toshok@ximian.com>
162
163         * ComplexBindingPropertiesAttributeTest.cs: add test for Default
164         field.
165
166 2006-12-20  Chris Toshok  <toshok@ximian.com>
167
168         * ComplexBindingPropertiesAttributeTest.cs: new tests.
169
170 2006-12-19  Chris Toshok  <toshok@ximian.com>
171
172         * PropertyDescriptorTests.cs: add some tests here because we were
173         generating an NRE for a missing type converter type.  MS doesn't -
174         it instead falls back to the converter for the property type.
175
176 2006-12-06  Chris Toshok  <toshok@ximian.com>
177
178         * PropertyDescriptorTests.cs: add a test to see if
179         ShouldSerializeValue's return value affects CanResetValue.
180
181 2006-12-06  Chris Toshok  <toshok@ximian.com>
182
183         * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
184         and CanResetValue on a class without ShouldSerialize/Reset
185         methods.
186
187 2006-12-06  Chris Toshok  <toshok@ximian.com>
188
189         * PropertyDescriptorTests.cs: flesh out these tests more with some
190         for ShouldSerialize and CanReset.
191
192 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
193
194         * CollectionConverterTest.cs: More test cases.
195
196 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
197
198         * ArrayConverterTests.cs: Added tests for ArrayConverter.
199
200 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
201
202         * CollectionConverterTest.cs: New. Some unit tests done while tracking
203         an issue.
204
205 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
206
207         * System.ComponentModel/ContainerTest.cs: new test.
208
209 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
210
211         * TypeDescriptorTests.cs: test for overriden attributes.
212         Patch by Ivan N. Zlatev.
213
214 2006-05-22  Atsushi Enomoto  <atsushi@ximian.com>
215
216         * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
217
218 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
219
220         * ByteConverterTests.cs,
221           DecimalConverterTests.cs,
222           DoubleConverterTests.cs,
223           Int16ConverterTests.cs,
224           Int64ConverterTests.cs,
225           SByteConverterTests.cs,
226           SingleConverterTests.cs,
227           UInt16ConverterTests.cs,
228           UInt32ConverterTests.cs,
229           UInt64ConverterTests.cs:
230           ConvertToString() (test with custom culture) failed on .NET 2.0.
231           Fixed it by adding NumberFormat override in each test culture.
232
233 2006-03-11 Gert Driesen <drieseng@users.sourceforge.net>
234
235         * TypeDescriptorTests.cs: Added test for bug #76686.
236
237 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
238
239         * standalone_tests: TypeDescriptor performance test
240
241 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
242
243         * ContainerTest.cs: new test.
244
245 2005-09-29  Raja R Harinath  <harinath@gmail.com>
246
247         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
248         that require CurrentCulture _not_ to be InvariantCulture.
249         (ConvertToString_MaxValue): Likewise.
250
251 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
252
253         * TypeConverterTests.cs: Added tests for TypeConverter.
254         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
255         Collection.
256
257 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
258
259         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
260
261 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
262
263         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
264         tests with culture that has overriden GetFormat for NumberFormatInfo.
265         * DecimalConverterTests.cs: same.
266         * DoubleConverterTests.cs: same.
267         * Int16ConverterTests.cs: same.
268         * Int32ConverterTests.cs: same.
269         * Int64ConverterTests.cs: same.
270         * SByteConverterTests.cs: same.
271         * SingleConverterTests.cs: same.
272         * UInt16ConverterTests.cs: same.
273         * UInt32ConverterTests.cs: same.
274         * UInt64ConverterTests.cs: same.
275
276 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
277
278         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
279         * ByteConverterTests.cs: Added tests for hex string and min/max
280         conversions.
281         * Int16ConverterTests.cs: Added tests for hex string and min/max
282         conversions.
283         * Int32ConverterTests.cs: Added tests for hex string and min/max
284         conversions.
285         * DecimalConverterTests.cs: Added tests for DecimalConverter.
286         * DoubleConverterTests.cs: Added tests for DoubleConverter.
287         * Int64ConverterTests.cs: Added tests for Int64Converter.
288         * SByteConverterTests.cs: Added tests for SByteConverter.
289         * SingleConverterTests.cs: Added tests for SingleConverter.
290         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
291         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
292         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
293
294 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
295
296         * ByteConverterTests.cs: Added tests for ByteConverter.
297         * Int16ConverterTests.cs: Added tests for Int16Converter.
298         * Int32ConverterTests.cs: Added tests for Int32Converter.
299
300 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
301
302         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
303
304 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
305         
306         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
307         to pass on Mono and MS.NET.
308
309 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
310
311         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
312         a Type argument.
313
314 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
315
316         * TypeDescriptorTests.cs: Added tests for bug #71444
317
318 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
319
320         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
321           the component name returned for a component without a Site.
322
323 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
324
325         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
326
327 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
328
329         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
330
331 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
332
333         * LicenseManagerTests.cs: New. Unit tests.
334
335 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
336
337         * AllTests.cs:
338         * ChangeLog:
339         * EventHandlerListTests.cs: new test.
340