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