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