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