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