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