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