performance improvement for TypeDescriptor.GetAttributes,GetProperties and GetEvents...
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
2
3         * standalone_tests: TypeDescriptor performance test
4
5 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * ContainerTest.cs: new test.
8
9 2005-09-29  Raja R Harinath  <harinath@gmail.com>
10
11         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
12         that require CurrentCulture _not_ to be InvariantCulture.
13         (ConvertToString_MaxValue): Likewise.
14
15 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
16
17         * TypeConverterTests.cs: Added tests for TypeConverter.
18         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
19         Collection.
20
21 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
22
23         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
24
25 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
26
27         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
28         tests with culture that has overriden GetFormat for NumberFormatInfo.
29         * DecimalConverterTests.cs: same.
30         * DoubleConverterTests.cs: same.
31         * Int16ConverterTests.cs: same.
32         * Int32ConverterTests.cs: same.
33         * Int64ConverterTests.cs: same.
34         * SByteConverterTests.cs: same.
35         * SingleConverterTests.cs: same.
36         * UInt16ConverterTests.cs: same.
37         * UInt32ConverterTests.cs: same.
38         * UInt64ConverterTests.cs: same.
39
40 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
41
42         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
43         * ByteConverterTests.cs: Added tests for hex string and min/max
44         conversions.
45         * Int16ConverterTests.cs: Added tests for hex string and min/max
46         conversions.
47         * Int32ConverterTests.cs: Added tests for hex string and min/max
48         conversions.
49         * DecimalConverterTests.cs: Added tests for DecimalConverter.
50         * DoubleConverterTests.cs: Added tests for DoubleConverter.
51         * Int64ConverterTests.cs: Added tests for Int64Converter.
52         * SByteConverterTests.cs: Added tests for SByteConverter.
53         * SingleConverterTests.cs: Added tests for SingleConverter.
54         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
55         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
56         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
57
58 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
59
60         * ByteConverterTests.cs: Added tests for ByteConverter.
61         * Int16ConverterTests.cs: Added tests for Int16Converter.
62         * Int32ConverterTests.cs: Added tests for Int32Converter.
63
64 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
65
66         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
67
68 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
69         
70         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
71         to pass on Mono and MS.NET.
72
73 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
74
75         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
76         a Type argument.
77
78 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
79
80         * TypeDescriptorTests.cs: Added tests for bug #71444
81
82 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
83
84         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
85           the component name returned for a component without a Site.
86
87 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
88
89         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
90
91 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
92
93         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
94
95 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
96
97         * LicenseManagerTests.cs: New. Unit tests.
98
99 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
100
101         * AllTests.cs:
102         * ChangeLog:
103         * EventHandlerListTests.cs: new test.
104