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