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