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