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