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