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