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