* ReflectionPropertyDescriptor.cs: For read-only properties,
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * PropertyDescriptorTests.cs: Added test for ShouldSerializeValue
4         behavior with read-only properties.
5
6 2007-07-13  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * PropertyDescriptorTests.cs: Added tests for Igor's fixes for
9         ShouldSerializeValue.
10
11 2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
12
13         * PropertyDescriptorTests.cs: Added GetEditorTest.
14
15 2006-05-31  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * LookupBindingPropertiesAttributeTest.cs:
18           test GetHashCode() as well.
19
20 2007-05-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>
21
22         * LookupBindingPropertiesAttributeTest.cs: Added.
23
24 2007-05-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>
25
26         * MaskedTextProviderTest.cs: New test.
27
28 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
29
30         * MaskedTextProviderTest.cs: Added.
31         * MaskedTextProviderTestGenerator.cs: Added.
32
33 2007-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
34
35         * TypeDescriptorTests.cs: Use Assert instead of deriving from
36         deprecated Assertion. Added test for component that has a site without
37         an ITypeDescriptorFilterService. Fixes bug #80836.
38
39 2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
40
41         * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
42         excluded test which not working under TARGET_JVM
43
44 2007-01-29  Ilya Kharmatsky <ilyak -at- mainsoft.com>
45
46         * ToolboxItemAttributeTests.cs: excluded DefaultType test,
47         under TARGET_JVM
48
49 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
50
51         * ArrayConverterTests.cs: workaround not supported under TARGET_JVM
52         property 'ParamName' of System.ArgumentNullException
53
54 2007-01-20  Chris Toshok  <toshok@ximian.com>
55
56         * BindingListTest.cs: new tests for BindingList<T>
57
58 2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * TypeDescriptorTests.cs: Fix TestGetAttributes t16 as there can be
61         many [Designer] attributes and their order isn't deterministic (like
62         the test required).
63
64 2006-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
65
66         * ContainerTest.cs: Fixed compiler warning.
67
68 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
69
70         * DefaultBindingPropertyAttributeTest.cs: new tests.
71
72 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
73
74         * PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
75         accessibility of NestedClass, not caugh due to bug #80338.
76
77 2006-12-20  Chris Toshok  <toshok@ximian.com>
78
79         * AttributeProviderAttributeTest.cs: new tests.
80
81 2006-12-20  Chris Toshok  <toshok@ximian.com>
82
83         * ComplexBindingPropertiesAttributeTest.cs: add test for Default
84         field.
85
86 2006-12-20  Chris Toshok  <toshok@ximian.com>
87
88         * ComplexBindingPropertiesAttributeTest.cs: new tests.
89
90 2006-12-19  Chris Toshok  <toshok@ximian.com>
91
92         * PropertyDescriptorTests.cs: add some tests here because we were
93         generating an NRE for a missing type converter type.  MS doesn't -
94         it instead falls back to the converter for the property type.
95
96 2006-12-06  Chris Toshok  <toshok@ximian.com>
97
98         * PropertyDescriptorTests.cs: add a test to see if
99         ShouldSerializeValue's return value affects CanResetValue.
100
101 2006-12-06  Chris Toshok  <toshok@ximian.com>
102
103         * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
104         and CanResetValue on a class without ShouldSerialize/Reset
105         methods.
106
107 2006-12-06  Chris Toshok  <toshok@ximian.com>
108
109         * PropertyDescriptorTests.cs: flesh out these tests more with some
110         for ShouldSerialize and CanReset.
111
112 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
113
114         * CollectionConverterTest.cs: More test cases.
115
116 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
117
118         * ArrayConverterTests.cs: Added tests for ArrayConverter.
119
120 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
121
122         * CollectionConverterTest.cs: New. Some unit tests done while tracking
123         an issue.
124
125 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
126
127         * System.ComponentModel/ContainerTest.cs: new test.
128
129 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
130
131         * TypeDescriptorTests.cs: test for overriden attributes.
132         Patch by Ivan N. Zlatev.
133
134 2006-05-22  Atsushi Enomoto  <atsushi@ximian.com>
135
136         * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
137
138 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
139
140         * ByteConverterTests.cs,
141           DecimalConverterTests.cs,
142           DoubleConverterTests.cs,
143           Int16ConverterTests.cs,
144           Int64ConverterTests.cs,
145           SByteConverterTests.cs,
146           SingleConverterTests.cs,
147           UInt16ConverterTests.cs,
148           UInt32ConverterTests.cs,
149           UInt64ConverterTests.cs:
150           ConvertToString() (test with custom culture) failed on .NET 2.0.
151           Fixed it by adding NumberFormat override in each test culture.
152
153 2006-03-11 Gert Driesen <drieseng@users.sourceforge.net>
154
155         * TypeDescriptorTests.cs: Added test for bug #76686.
156
157 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
158
159         * standalone_tests: TypeDescriptor performance test
160
161 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
162
163         * ContainerTest.cs: new test.
164
165 2005-09-29  Raja R Harinath  <harinath@gmail.com>
166
167         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
168         that require CurrentCulture _not_ to be InvariantCulture.
169         (ConvertToString_MaxValue): Likewise.
170
171 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
172
173         * TypeConverterTests.cs: Added tests for TypeConverter.
174         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
175         Collection.
176
177 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
178
179         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
180
181 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
182
183         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
184         tests with culture that has overriden GetFormat for NumberFormatInfo.
185         * DecimalConverterTests.cs: same.
186         * DoubleConverterTests.cs: same.
187         * Int16ConverterTests.cs: same.
188         * Int32ConverterTests.cs: same.
189         * Int64ConverterTests.cs: same.
190         * SByteConverterTests.cs: same.
191         * SingleConverterTests.cs: same.
192         * UInt16ConverterTests.cs: same.
193         * UInt32ConverterTests.cs: same.
194         * UInt64ConverterTests.cs: same.
195
196 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
197
198         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
199         * ByteConverterTests.cs: Added tests for hex string and min/max
200         conversions.
201         * Int16ConverterTests.cs: Added tests for hex string and min/max
202         conversions.
203         * Int32ConverterTests.cs: Added tests for hex string and min/max
204         conversions.
205         * DecimalConverterTests.cs: Added tests for DecimalConverter.
206         * DoubleConverterTests.cs: Added tests for DoubleConverter.
207         * Int64ConverterTests.cs: Added tests for Int64Converter.
208         * SByteConverterTests.cs: Added tests for SByteConverter.
209         * SingleConverterTests.cs: Added tests for SingleConverter.
210         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
211         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
212         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
213
214 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
215
216         * ByteConverterTests.cs: Added tests for ByteConverter.
217         * Int16ConverterTests.cs: Added tests for Int16Converter.
218         * Int32ConverterTests.cs: Added tests for Int32Converter.
219
220 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
221
222         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
223
224 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
225         
226         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
227         to pass on Mono and MS.NET.
228
229 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
230
231         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
232         a Type argument.
233
234 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
235
236         * TypeDescriptorTests.cs: Added tests for bug #71444
237
238 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
239
240         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
241           the component name returned for a component without a Site.
242
243 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
244
245         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
246
247 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
248
249         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
250
251 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
252
253         * LicenseManagerTests.cs: New. Unit tests.
254
255 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
256
257         * AllTests.cs:
258         * ChangeLog:
259         * EventHandlerListTests.cs: new test.
260