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