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