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