New test.
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * CollectionConverterTest.cs: More test cases.
4
5 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * ArrayConverterTests.cs: Added tests for ArrayConverter.
8
9 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * CollectionConverterTest.cs: New. Some unit tests done while tracking
12         an issue.
13
14 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * System.ComponentModel/ContainerTest.cs: new test.
17
18 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * TypeDescriptorTests.cs: test for overriden attributes.
21         Patch by Ivan N. Zlatev.
22
23 2006-05-22  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
26
27 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * ByteConverterTests.cs,
30           DecimalConverterTests.cs,
31           DoubleConverterTests.cs,
32           Int16ConverterTests.cs,
33           Int64ConverterTests.cs,
34           SByteConverterTests.cs,
35           SingleConverterTests.cs,
36           UInt16ConverterTests.cs,
37           UInt32ConverterTests.cs,
38           UInt64ConverterTests.cs:
39           ConvertToString() (test with custom culture) failed on .NET 2.0.
40           Fixed it by adding NumberFormat override in each test culture.
41
42 2006-03-11 Gert Driesen <drieseng@users.sourceforge.net>
43
44         * TypeDescriptorTests.cs: Added test for bug #76686.
45
46 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
47
48         * standalone_tests: TypeDescriptor performance test
49
50 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
51
52         * ContainerTest.cs: new test.
53
54 2005-09-29  Raja R Harinath  <harinath@gmail.com>
55
56         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
57         that require CurrentCulture _not_ to be InvariantCulture.
58         (ConvertToString_MaxValue): Likewise.
59
60 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
61
62         * TypeConverterTests.cs: Added tests for TypeConverter.
63         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
64         Collection.
65
66 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
67
68         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
69
70 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
71
72         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
73         tests with culture that has overriden GetFormat for NumberFormatInfo.
74         * DecimalConverterTests.cs: same.
75         * DoubleConverterTests.cs: same.
76         * Int16ConverterTests.cs: same.
77         * Int32ConverterTests.cs: same.
78         * Int64ConverterTests.cs: same.
79         * SByteConverterTests.cs: same.
80         * SingleConverterTests.cs: same.
81         * UInt16ConverterTests.cs: same.
82         * UInt32ConverterTests.cs: same.
83         * UInt64ConverterTests.cs: same.
84
85 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
86
87         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
88         * ByteConverterTests.cs: Added tests for hex string and min/max
89         conversions.
90         * Int16ConverterTests.cs: Added tests for hex string and min/max
91         conversions.
92         * Int32ConverterTests.cs: Added tests for hex string and min/max
93         conversions.
94         * DecimalConverterTests.cs: Added tests for DecimalConverter.
95         * DoubleConverterTests.cs: Added tests for DoubleConverter.
96         * Int64ConverterTests.cs: Added tests for Int64Converter.
97         * SByteConverterTests.cs: Added tests for SByteConverter.
98         * SingleConverterTests.cs: Added tests for SingleConverter.
99         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
100         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
101         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
102
103 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
104
105         * ByteConverterTests.cs: Added tests for ByteConverter.
106         * Int16ConverterTests.cs: Added tests for Int16Converter.
107         * Int32ConverterTests.cs: Added tests for Int32Converter.
108
109 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
110
111         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
112
113 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
114         
115         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
116         to pass on Mono and MS.NET.
117
118 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
119
120         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
121         a Type argument.
122
123 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
124
125         * TypeDescriptorTests.cs: Added tests for bug #71444
126
127 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
128
129         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
130           the component name returned for a component without a Site.
131
132 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
133
134         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
135
136 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
137
138         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
139
140 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
141
142         * LicenseManagerTests.cs: New. Unit tests.
143
144 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
145
146         * AllTests.cs:
147         * ChangeLog:
148         * EventHandlerListTests.cs: new test.
149